Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 674 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 674 Bytes

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