Backend server for SOTLAS (https://sotl.as), serving summit and activator data to the frontend, handling photo uploads and distributing SOTAwatch spots asynchronously via WebSocket.
 
Go to file
Manuel Kasper ea3e3fc456 Actually return 404 on stale data 2022-04-03 18:17:47 +02:00
tools
.gitignore
LICENSE
README.md
activations.js
alerts.js
config.js Add API for obtaining solar data 2022-03-30 22:21:30 +02:00
db.js
geoexport.js Add endpoints to download GeoJSON data for associations/regions 2021-06-01 16:38:49 +02:00
keyzipper.js
package-lock.json
package.json
photos.js Check for all-zero GPS coordinates 2021-07-23 20:29:01 +02:00
photos_router.js
rbn.js
server.js Add API for obtaining solar data 2022-03-30 22:21:30 +02:00
solardata.js Actually return 404 on stale data 2022-04-03 18:17:47 +02:00
sotaspots.js
spots.js
summits.js
tracks.js
tracks_router.js
users.js
utils.js
ws-manager.js Add API for obtaining solar data 2022-03-30 22:21:30 +02:00

README.md

sotlas-api

Backend server for SOTLAS (https://sotl.as), serving summit and activator data to the frontend, handling photo uploads and distributing SOTAwatch spots asynchronously via WebSocket.