Skip to content

Software tools for obtaining and managing data from stratospherifc baloons

Notifications You must be signed in to change notification settings

ODZ-UJF-AV-CR/FIK_tools

This branch is 108 commits behind ODZ-UJF-AV-CR/Web-FIK:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f5d9df · Oct 23, 2023

History

15 Commits
Oct 10, 2023
Sep 8, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Sep 8, 2023
Oct 6, 2023
Oct 6, 2023
Oct 15, 2023
Oct 6, 2023
Sep 16, 2023
Sep 16, 2023

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

About

Software tools for obtaining and managing data from stratospherifc baloons

Topics

Resources

Stars

Watchers

Forks

Languages

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