/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.

Primary LanguageJavaScript

Weatherframe

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.

The screen size has been developed specifically with the Raspberry Pi 7" touchscreen in mind, but can potentially be modified to fit any sized screen.

Requirements

Setup

  • Sign up for a Dark Sky dev account
  • 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