Do you ever wish you could easily just see what temperature it is outside without having to load up your native phone weather app and seeing a bunch of random numbers all over the place?
Well here is Simple Weather App to solve all your problems! Simply launch the app and see in big numbers what the weather is outside. So easy right?
Here's an image of what it looks like:
Created for Tech.LA internship application
- Location Based (with Permission, of course)
- Real Weather Statistics (from https://openweathermap.org/api)
- Dynamic Background Image (based on climate)
- On Command Reload
- Cross-platform functionality (theoretically)
I recommend running on an android device because all development and testing was done on Android. I do not promise that this will work on iOS.
- Download/Unzip or Clone Repository
- Download/Install Node @ https://nodejs.org/en/download/
- Download/Install JDK 8 @ https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Open command line in project folder
- Run 'npm install'
- Connect Android phone to computer (via USB)
- Run 'react-native run-android'