We will be re-building the infamous growler app, this time with firebase and react.JS . Instead of using Auth0
for authentication, we will use Firebases build in authentication. We will use react-router
Firebase has Oauth, and standard authentication built in. Signing up or logging in is as easy as calling a method.
However, it will be our responsibility to persist the user on the frontend.
Working with a group can be a demanding process, both technically and collaboratively. Like most post-sprint workflows, we would like you complete the questionaire below to reflect on the experience.
Why: Developers also typically find themselves working in small groups, it is therefore imperative to start honing the skills necessary to work well in this setting.
Reflecting back on last weeks project, take a moment to reflect how YOU worked technically and collboratively with your group:
What's one thing you would like to continue doing in your next project?
It’s no Vulcan mind meld, but brain-to-brain interfaces (BBI) have been achieved, allowing for direct communication from one brain to another without speech. The interactions can be between humans or between humans and animals.
Right now the temperature is in kelvin units, using this existing API, make the JSON response give back the temperature in Fahrenheit.
Check out the API documentation, and scroll to the bottom under "Unit Format" to see how this is done.
http://openweathermap.org/current
Include an icon representing the weather above the city
Let's make this app a little more visual by adding weather icons on the page representing the cities existing weather.
If you look at the JSON response, at response.weather[0].icon , we can see that the JSON gives us an icon ID such as 03n. Let's look at the documentation to see how we can take that ID here: