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

https://github.com/ruslanzharkov/react-basic-weather-app

React Simple Weather App
https://github.com/ruslanzharkov/react-basic-weather-app

react react-simple-weather-app react-weather-application

Last synced: about 1 month ago
JSON representation

React Simple Weather App

Awesome Lists containing this project

README

          

# React Simple Weather App
Application use api for render cities weather and created by facebook CRA. See more https://github.com/facebookincubator/create-react-app
- http://api.openweathermap.org
- https://bootswatch.com


## Picture example

![image](https://user-images.githubusercontent.com/28437795/31957045-3233a89a-b90f-11e7-99b8-7758cb5c2af6.png)

### package.json structure
```
{
"name": "react-weather",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}

```

### Instalation Guide
* git clone
* cd react-basic-weather-app
* npm install
* npm start
> Then go to http://localhost:3000/ and see results