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
- Host: GitHub
- URL: https://github.com/ruslanzharkov/react-basic-weather-app
- Owner: ruslanzharkov
- Created: 2017-10-24T15:04:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T18:24:11.000Z (over 7 years ago)
- Last Synced: 2025-01-13T16:49:02.431Z (over 1 year ago)
- Topics: react, react-simple-weather-app, react-weather-application
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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