ODZ-UJF-AV-CR / FIK_tools

Software tools for obtaining and managing data from stratospherifc baloons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Software tools for obtaining and managing data from stratospherifc baloons


Languages

Language:HTML 39.1%Language:EJS 29.8%Language:Python 18.8%Language:JavaScript 12.3%