https://github.com/v4iv/react-weather-app
weather app powered by react.js and openweathermap.org api
https://github.com/v4iv/react-weather-app
Last synced: 23 days ago
JSON representation
weather app powered by react.js and openweathermap.org api
- Host: GitHub
- URL: https://github.com/v4iv/react-weather-app
- Owner: v4iv
- Created: 2016-07-25T08:25:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T08:54:16.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T05:19:18.534Z (3 months ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Azure - React Weather App**
=============================
This is Weather on demand app that uses [openweathermap.org](http://openweathermap.org) api to show you the weather updates.
Powered by React JS.**Requirements**
================
1. http-server (`npm install -g http-server`)
2. Browserify (`npm install -g browserify`)**Installing Package**
======================
To install dependencies run from terminal :
`npm install`**Run**
=======
To run the project simply navigate to the project root from cli and run:
`npm start`
Then run the http server:
`http-server -p `
example:
`http-server -p 6969`
then simply open:
[localhost:6969](http://localhost:6969)
from your browser.**Connect**
===========
[Twitter](http://twitter.com/vaibhaved)