Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 580 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 580 Bytes

Web-FIK

node.js server with ejs template that shows balloon informations (Now mock data). The apiKey and ttnEndpoint is in file config.json and that file is in gitignore. So you must make that by yourself. Example:

 {
    "ttnEndpoint": "https://example-things-network.com",
    "apiKey": "your_api_key_here"
  }

Start server with:

node index.js

Necessery to have:

npm install express ejs
npm install express axios
npm install express fs