An open API service indexing awesome lists of open source software.

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

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