https://github.com/joehdodd/weather
Using React, Redux, Node, Google Maps API & the Dark Sky API to build a weather app.
https://github.com/joehdodd/weather
api axios darksky-api google-maps-api javascript node react redux redux-thunk
Last synced: 3 months ago
JSON representation
Using React, Redux, Node, Google Maps API & the Dark Sky API to build a weather app.
- Host: GitHub
- URL: https://github.com/joehdodd/weather
- Owner: joehdodd
- Created: 2017-09-17T18:46:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:43:14.000Z (over 3 years ago)
- Last Synced: 2025-06-08T04:19:33.188Z (about 1 year ago)
- Topics: api, axios, darksky-api, google-maps-api, javascript, node, react, redux, redux-thunk
- Language: CSS
- Homepage: https://wiley-weather.herokuapp.com/
- Size: 2.18 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather
Using React, Redux, Node & the ~~Yahoo Weather~~ Dark Sky API to build a weather app. It's tight.

### Usage
Prerequisites: Node `&&` NPM (@latest)
1. Fork this repo.
2. Clone your fork in terminal: `git clone `
2. Terminal/iTerm: `cd weather && npm install` then run `nodemon`. (Node)
3. _Another_ Terminal/iTerm: `cd weather/react-ui/ && npm install` then run `npm start` (React `&&` Sass)
4. 💯