-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "darksky2influxdb",
"version": "1.0.0",
"description": "Stores weather forcecast data from darkskyapi into a influxdb database",
"main": "importForecast.js",
"dependencies": {
"config": "^1.25.1",
"influx": "^5.0.7",
"js-yaml": "^3.8.3",
"darksky-node": "^0.0.2",
"node-cron": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "node importForecast.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SvenSommer/darksky2influxdb.git"
},
"keywords": [
"darkskyapi",
"influxdb",
"weather",
"forecast"
],
"author": "SvenSommer",
"license": "MIT",
"bugs": {
"url": "https://github.com/SvenSommer/darksky2influxdb/issues"
},
"homepage": "https://github.com/SvenSommer/darksky2influxdb#readme"
}