Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purposeachiever6/birdwatching_globe.gl
https://github.com/purposeachiever6/birdwatching_globe.gl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/purposeachiever6/birdwatching_globe.gl
- Owner: PurposeAchiever6
- Created: 2023-12-20T03:59:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-22T05:19:31.000Z (about 1 year ago)
- Last Synced: 2024-08-22T20:19:05.676Z (4 months ago)
- Language: JavaScript
- Size: 7.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.zipSteps 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"