Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.04 KB

air-quality-api

HTTP API wrapper for The Air Quality index API using Node, TypeScript, Redis, express. This project is related to air-quality-web.

Demo

A working demo of his API is available at https://air-qual-api.herokuapp.com/.

Available Scripts

In the project directory, you can run:

npm run nm

Runs the server in the development mode using nodemon.
Open http://localhost:4000 to view it in the browser.

The page will reload if you make edits.

npm start

Runs the server from build in the dist folder.
Open http://localhost:4000 to view it in the browser.

npm run serve

Compiles TypeScript source code and then runs the server from build in the dist folder.
Open http://localhost:4000 to view it in the browser.

Thanks

  • To The Air Quality index for the hard work in collating the data from around the world and providing the API.