https://github.com/fega/aqi-plus
Air quality index calculator in javaScript
https://github.com/fega/aqi-plus
Last synced: about 2 months ago
JSON representation
Air quality index calculator in javaScript
- Host: GitHub
- URL: https://github.com/fega/aqi-plus
- Owner: fega
- License: mit
- Created: 2017-04-09T00:08:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T18:13:08.000Z (over 8 years ago)
- Last Synced: 2025-02-28T04:09:46.970Z (11 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aqi-plus [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> A package to calculate the air quality index from AirCast and NowCast
## Installation
```sh
$ npm install --save aqi-plus
```
## Usage
```js
var aqiPlus = require('aqi-plus');
aqiPlus('Rainbow');
```
## License
MIT © [Fabian Enrique Gutierrez](http://fabiangutierrez.co)
[npm-image]: https://badge.fury.io/js/aqi-plus.svg
[npm-url]: https://npmjs.org/package/aqi-plus
[travis-image]: https://travis-ci.org/fega/aqi-plus.svg?branch=master
[travis-url]: https://travis-ci.org/fega/aqi-plus
[daviddm-image]: https://david-dm.org/fega/aqi-plus.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/fega/aqi-plus
[coveralls-image]: https://coveralls.io/repos/fega/aqi-plus/badge.svg
[coveralls-url]: https://coveralls.io/r/fega/aqi-plus