https://github.com/alancunningham/weatherframe-react
Little weather station using the DarkSky API and React. This is basically the same as my other Weatherframe project, originally done in Django, but now written in React.
https://github.com/alancunningham/weatherframe-react
Last synced: 3 months ago
JSON representation
Little weather station using the DarkSky API and React. This is basically the same as my other Weatherframe project, originally done in Django, but now written in React.
- Host: GitHub
- URL: https://github.com/alancunningham/weatherframe-react
- Owner: AlanCunningham
- Created: 2018-01-09T23:21:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T16:48:56.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T20:24:17.173Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weatherframe
Little weather station using the [DarkSky API](https://developer.forecast.io/)
and React. This is basically the same as my other [Weatherframe](https://github.com/AlanCunningham/weatherframe) project, originally done in Django, but now written in React.The screen size has been developed specifically with the [Raspberry Pi 7" touchscreen](https://www.raspberrypi.org/products/raspberry-pi-touch-display/)
in mind, but can potentially be modified to fit any sized screen.# Requirements
- [create-react-app](https://github.com/facebookincubator/create-react-app)
- From your terminal, run `npm install`# Setup
- Sign up for a [Dark Sky dev account](https://darksky.net/dev/)
- Paste your Dark Sky API key into src/Weather.js in (sorry, no config file yet):```
getUrl() {
var api_key = "your_dark_sky_api_key";
```# Running everything
- From terminal, run `npm start`