nicksp / react-geo-weather

Weather Forecast App with Geolocation

Home Page:http://nicksp.github.io/react-geo-weather/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Weather Forecast App with Geolocation

http://nicksp.github.io/react-geo-weather/

License:MIT License


Languages

Language:JavaScript 84.2%Language:CSS 12.2%Language:HTML 3.6%