UNPKG
aqicn
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
An unofficial API to get air quality index from aqicn.org
github.com/ctgnauh/aqicn
ctgnauh/aqicn
aqicn
/
index.js
9 lines
(7 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@fileOverview
*
@name
index.js *
@author
ctgnauh <huangtc
@outlook
.com> *
@license
MIT
*/
module
.
exports
=
require
(
'./src/aqicn.js'
);