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.
- Rename
.env-example
to.env
. - Obtain a Twitter developer account and add credentials to
.env
. - Obtain a WeatherUnderground developer account and add credentials to
.env
.
You'll need the latest version of NodeJS.
npm install
npm start