Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purposeachiever6/birdwatching_globe.gl


https://github.com/purposeachiever6/birdwatching_globe.gl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Birdwatching Globe

Here is our current Globe.GL example – it is receiving information from a socket.io feed every 20 seconds
that displays the latitude and longitude of recent bird sightings:
[https://twolefthands.com/clo-globe-V2-no-clouds/](https://twolefthands.com/clo-globe-V2-no-clouds/)
Currently when a new set of points arrive, the previous set disappears.

Requested Updates:

We want to update the globe so that all past sightings in a 24-hour period are also displayed. The newest
sightings would continue to be yellow, and any older sightings would change color to a lighter white at
50% opacity, and slightly smaller than the new points. We have no need to store the old data beyond 24
hours.
The final applica9on will on display in a lobby on a single PC using a chrome kiosk.
We would need the final application no later than December 22, 2023.

Here is a link to the current files for reference:

https://twolefthands.com/clo-globe-V2-no-clouds.zip

Steps to run this project:

1. Install Node.js
2. Open the command prompt (CMD), and execute the following commands:
- cd Backend
- npm install
- npm start
3. Open the browser and navigate to "http://:4000"