UNPKG

aqicn

Version:

An unofficial API to get air quality index from aqicn.org

9 lines (7 loc) 145 B
/** * @fileOverview * @name index.js * @author ctgnauh <huangtc@outlook.com> * @license MIT */ module.exports = require('./src/aqicn.js');