Skip to content

paulina-grunwald/react-weather-app

Repository files navigation

React-weather-chart

Getting started

Checkout my repo, install dependencies and then start with the following:

> git clone git clone https://github.com/paulina-grunwald/react-weather-app.git 
> cd react-react-weather-app
> npm install
> npm start

Open Weather Map API

You can call by city name or city name and country code usingOpen Wather Map API. API responds with a list of results that match a searching word. API call:

api.openweathermap.org/data/2.5/weather?q={city name}

api.openweathermap.org/data/2.5/weather?q={city name},{country code}

e.g api.openweathermap.org/data/2.5/weather?q=London

Regiser on the website to get API key.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published