Skip to content

Commit

Permalink
Updated default node list url for oracle.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Dec 23, 2019
1 parent c0aca29 commit 950de69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const http_request = require("request");
const storage = require('node-persist');

const nodeListURL = "https://www.freifunk-rhein-neckar.de/proxy.php"; // URL where we gett the current nodes status
const nodeListURL = "https://map.ffrn.de/data/meshviewer.json"; // URL where we gett the current nodes status
const ZIP = "69256"; // German Postleitzahl to use for localization of GrünstromIndex

const co2_grey = 0.482; // gramm co2 per Wh (standard)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freifunk-co2-compensator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Calculator service for carbon footprint of Freifunk Rhein Neckar nodes. Demo for Corrently IoT proof of sustainability in complex and dynamic infrastructure environements (CDIEs).",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 950de69

Please sign in to comment.