An app for you to find a city with weather you can live with.
Table of Contents
This app allows the user to get an idea of how many nice days a city experiences in a given year. You are able to define the parameters of a nice day by choosing an ideal temperature range, number of sunshine hours, and amount of rainfall. Two cities can be compared by choosing cities in both dropdown lists.
Weather data comes from OpenMeteo.
To get a local copy up and running follow these steps.
- Clone the repo
- Install NPM packages
yarn install
yarn start- Open http://localhost:3000 to view it in the browser.
- Use the sliders to define your acceptable or ideal daily temperature range, max rainfall amount, and minimum sunshine duration.
- Choose one or two cities from the dropdowns and choose a year.
- Click "See Results" to see a chart of nice days by month for each city.
Daniel DePaolo - djdep13@gmail.com
Project Link: https://github.com/danieldepaolo/nice-days-counter