Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlestaylor7/open-weather-dashboard
Compare weather forecasts between cities around the world; powered by OpenWeather API
https://github.com/charlestaylor7/open-weather-dashboard
react typescript
Last synced: about 18 hours ago
JSON representation
Compare weather forecasts between cities around the world; powered by OpenWeather API
- Host: GitHub
- URL: https://github.com/charlestaylor7/open-weather-dashboard
- Owner: CharlesTaylor7
- License: mit
- Created: 2023-08-05T15:16:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T03:00:33.000Z (6 months ago)
- Last Synced: 2024-05-06T04:23:08.467Z (6 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://charlestaylor7.github.io/open-weather-dashboard/
- Size: 894 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Weather Dashboard
Powered by [Open Weather API](https://openweathermap.org/api), this dashboard lets you compare weather forecasts between cities across the world.Deployed to github pages: https://charlestaylor7.github.io/open-weather-dashboard
## CI/CD
Continuous Integration is implemented through Github actions.Every push to `main` validates the projects linting, test suite, typescript, and prettier format.
If all the validation passes, the project is deployed to Github pages.