Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khanguslee/weather-chart
Spike program to learn how to use d3.js and socket.io to get real-time collaboration.
https://github.com/khanguslee/weather-chart
Last synced: 17 days ago
JSON representation
Spike program to learn how to use d3.js and socket.io to get real-time collaboration.
- Host: GitHub
- URL: https://github.com/khanguslee/weather-chart
- Owner: khanguslee
- Created: 2019-01-03T23:16:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T22:26:40.000Z (almost 6 years ago)
- Last Synced: 2024-10-02T12:41:16.088Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Chart
Spike program to learn how to use d3.js and socket.io to get real-time collaboration.This application allows the user to look at the 5 day weather forecast of any city. Users are also able to place down markers to highlight important weather events. Multiple users can view the weather in the same city and view markers that other users have placed in real-time.
**Note: You will need an [OpenWeatherMap API key](https://openweathermap.org/api) and subscribe to the 5 day / 3 hour forecast API**