https://github.com/cda0/openweathermap
https://github.com/cda0/openweathermap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cda0/openweathermap
- Owner: CDA0
- Created: 2017-01-15T11:01:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T11:19:00.000Z (over 9 years ago)
- Last Synced: 2025-03-06T02:32:26.386Z (over 1 year ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenWeatherMap
This repo contains two self contained projects for getting data from [OpenWeatherMap](http://openweathermap.org/forecast5).
`react-app` contains a React application.
`node-app` contains a node express server application.
These could obviously be married together, but for the purposes of this exercise were kept separate to keep to spec.
Further details are available in the README.md of each project.