Skip to content

iamnickvolpe/scripted-api

Repository files navigation

ScriptEd API

This is a super simple API that students can use to get back data to use in projects. It can be hosted on any server that runs NodeJS. Go to documentation for a list of endpoints.

Setup Instructions

  1. Rename .env-example to .env.
  2. Obtain a Twitter developer account and add credentials to .env.
  3. Obtain a WeatherUnderground developer account and add credentials to .env.

Running the Project

You'll need the latest version of NodeJS.

npm install

npm start