dada directory changed
This commit is contained in:
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
@@ -15,6 +15,7 @@
|
||||
"args": [],
|
||||
"env": {
|
||||
"MONGOPORT": "27098",
|
||||
"TYP": "['noise', 'thp']"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,7 +3,7 @@ import * as fs from 'fs'
|
||||
import { logit, logerror} from'./logit.js'
|
||||
import { DateTime } from 'luxon'
|
||||
const API_URL = 'https://api.sensor.community/static/v1/data.json'; // URL to API on 'luftdaten.info'
|
||||
const SAVE_NAME = '/data/aktdata.json'; // filename for actual data
|
||||
const SAVE_NAME = './data/aktdata.json'; // filename for actual data
|
||||
|
||||
let LIVE = process.env.LIVE || 'true'
|
||||
export let statistics = {};
|
||||
|
||||
Reference in New Issue
Block a user