Skip to content

ODZ-UJF-AV-CR/FIK_tools

 
 

Repository files navigation

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

Languages

  • HTML 39.1%
  • EJS 29.8%
  • Python 18.8%
  • JavaScript 12.3%