/react-geo-weather

Weather Forecast App with Geolocation

Primary LanguageJavaScriptMIT LicenseMIT

React Weather App

Build Status

See project description for basic requirements.

Try the deployed app or read below hot to run it locally.

How to run locally

Checkout the repository or download it as a ZIP file.

$ 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

$ npm run build

This command will create a build folder with production-ready files.

What’s inside

App

  • React
  • Redux — Flux implementation: app state, actions, reducers, etc.
  • Moment.js
  • axios — Promise based HTTP client for the browser and node.js

Build

Debugging

License

MIT License