1
0
Files
pi-weather-station/package.json
T
Eric 5882f41615 ClimaCell API v4 (#8)
* gets lan/lon from map geo

* climacell v4 endpoints

* Uses ClimaCell API v4, adds Sunrise-Sunset API
2021-01-28 19:46:11 -06:00

24 lines
568 B
JSON

{
"name": "pi-weather-station",
"version": "2.0.0",
"description": "A weather station designed for the Raspberry Pi 7 inch touchscreen",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/index.js"
},
"author": "Eric Lewin",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"open": "^7.1.0"
},
"devDependencies": {
"connect-livereload": "^0.6.1",
"livereload": "^0.9.1"
}
}