Simply contrast between past and future weather ☁️
This is a simple react-native application, where I've put together a couple of things I've been wanting to dive in and learn for a some time, including: react-native and d3.js. The app itself, does not have a purpose if not such.
Remove the .sample
of secret.json.sample
file inside app
folder and set your Forecast API, I suggest to use the Dark Sky Forecast API. Then:
npm install -g react-native
npm install
react-native run-android
- Get user location
- Cache fetched weather (currently being held experiments at the
caching_weather
branch)
Copyright (c) 2017-present, Pedro Lucas Porcellis