- Single page app with Browserify and Grunt
- Utilizes Firebase and OpenWeather(get an API key)
- Have a user login with GoogleID or Username and password.
- If user does not exist in Firebase, add them to user collection with a default zipcode.
- If user exists, use details in Firebase.
- User details will contain today's weather.
- If today's weather exists, use it.
- If today's weather does not exist (NA or yesterday), get today's weather and save to Firebase.