aqicn
Version:
An unofficial API to get air quality index from aqicn.org
43 lines (42 loc) • 873 B
JSON
{
"name": "aqicn",
"version": "0.0.7",
"dependencies": {
"cheerio": "^0.19.0",
"request": "^2.67.0"
},
"description": "An unofficial API to get air quality index from aqicn.org",
"main": "index.js",
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.3.4"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctgnauh/aqicn.git"
},
"keywords": [
"air",
"quality",
"index",
"pollution",
"pm25",
"pm2.5",
"pm10",
"china",
"unofficial",
"aqicn.org",
"api"
],
"author": "Tristan Huang <huangtc@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ctgnauh/aqicn/issues"
},
"homepage": "https://github.com/ctgnauh/aqicn#readme"
}