Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.