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

https://github.com/konstantinmuenster/simple-react-js-weather-app

A simple weather app that allows you to get current weather information, based on the city you enter.
https://github.com/konstantinmuenster/simple-react-js-weather-app

javascript open-weather-map-api reactjs weather-app

Last synced: about 1 month ago
JSON representation

A simple weather app that allows you to get current weather information, based on the city you enter.

Awesome Lists containing this project

README

        

# Simple React Weather App
> React.js - Built with the [Open Weather API](https://openweathermap.org/api)

A simple weather app that allows you to get current weather information, based on the city you enter.
I created this small project for an article I wrote on Medium.

[Medium: How To Plan And Organize A React Project - By Building A Weather App](https://medium.com/@konstantin.muenster/how-to-plan-and-organize-a-react-project-by-building-a-weather-app-95175b11bd01)

[Live Demo](https://konstantinmuenster.github.io/simple-react-js-weather-app/)

![Screenshot React Weather App](screenshot.png)

## Installation

```sh
git clone https://github.com/konstantinmuenster/simple-react-js-weather-app
cd simple-react-js-weather-app
npm install
npm start
```

## About

Konstantin Münster – [konstantin.digital](https://konstantin.digital) – [[email protected]](mailto:[email protected])

Distributed under the [MIT](http://showalicense.com/?fullname=Konstantin+M%C3%BCnster&year=2019#license-mit) license.
See ``LICENSE`` for more information.

[https://github.com/konstantinmuenster](https://github.com/konstantinmuenster)