A Node.js application that gives the current weather forecast of an inputted location.
It uses Google Maps and Dark Sky API to get location and weather information respectively.
Key features include temperature automatically being shown in Celsius or Fahrenheit depending on the units followed at that location. The application will also show national weather warnings if any have been issued.
Simply go to the following link to check it out: https://the-weather-app-avyay.herokuapp.com/
P.S. On extremely rare occasions, your loction request may time out or not load. If such is the case with you, refreshing and resending the same request seems to bypass the issue.
TODO: Address aforementioned timeout issue