https://github.com/nicksp/react-geo-weather
Weather Forecast App with Geolocation
https://github.com/nicksp/react-geo-weather
Last synced: 2 months ago
JSON representation
Weather Forecast App with Geolocation
- Host: GitHub
- URL: https://github.com/nicksp/react-geo-weather
- Owner: nicksp
- License: mit
- Created: 2016-03-06T16:13:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T01:20:19.000Z (about 9 years ago)
- Last Synced: 2025-01-07T20:22:00.576Z (4 months ago)
- Language: JavaScript
- Homepage: http://nicksp.github.io/react-geo-weather/
- Size: 1.15 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Weather App
[](https://travis-ci.org/nicksp/react-geo-weather)
See [project description](https://gist.github.com/nicksp/4a9bddf75de12c37ab6d) for basic requirements.
Try the [deployed app](http://nicksp.github.io/react-geo-weather/) or read below hot to run it locally.
## How to run locally
Checkout the repository or download it as a [ZIP file](https://github.com/nicksp/react-geo-weather/archive/master.zip).
```sh
$ git clone https://github.com/nicksp/react-geo-weather.git
$ cd react-geo-weather
$ npm install # install dependencies
$ npm start # run development server
```Go to `http://localhost:8080/`, page reloads automatically when there are changes.
## How to build
```sh
$ npm run build
```This command will create a `build` folder with production-ready files.
## What’s inside
### App
- [React](http://facebook.github.io/react/)
- [Redux](https://github.com/reactjs/redux) — Flux implementation: app state, actions, reducers, etc.
- [Moment.js](http://momentjs.com/)
- [axios](https://github.com/mzabriskie/axios) — Promise based HTTP client for the browser and node.js### Build
- [npm scripts](https://docs.npmjs.com/misc/scripts)
- [Webpack](http://webpack.github.io/)
- [Babel](http://babeljs.io/) (as a [Webpack loader](https://github.com/babel/babel-loader)) — ES6/JSX trasformation### Debugging
- [Webpack Dev Server](https://webpack.github.io/docs/webpack-dev-server.html)
- [ESLint](http://eslint.org/)## License
[MIT](http://opensource.org/licenses/MIT) License