Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 2.87 KB

File metadata and controls

97 lines (71 loc) · 2.87 KB

Nice Days Counter

An app for you to find a city with weather you can live with.

Live site

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

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.

Built With

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Installation

  1. Clone the repo
  2. Install NPM packages
    yarn install

Usage

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.

Contact

Daniel DePaolo - djdep13@gmail.com

Project Link: https://github.com/danieldepaolo/nice-days-counter

(back to top)

Acknowledgments

(back to top)