shweshi / air-quality-index

AQI is a terminal based application that provide air quality index information for the given city.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AQI

Build Status [StyleCI] Scrutinizer Code Quality

AQI is a terminal based application that provide air quality index information for the given city.

  • Get the air quality index for your city
  • Works on terminal

How to use

$ curl https://waqi.herokuapp.com/<city name>

Tech

AQI uses a number of open source projects to work properly:

  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework [@tjholowaychuk]

Installation

AQI requires Node.js v8+ to run. Install the dependencies and devDependencies and start the server.

$ git clone "https://github.com/shweshi/aqi"
$ npm install
$ npm run serve

Development

Want to contribute? Great! Feel free to open a PR.

Todos

  • Design improvements
  • Locale support

Support

Buy Me A Coffee

About

AQI is a terminal based application that provide air quality index information for the given city.


Languages

Language:JavaScript 99.4%Language:Procfile 0.6%