This application was made from following the IBM tutorial and then adding more features to it, such as the Map feature as well as using a Firebase Database to store the last searched city.
This React application can return weather for New Zealand cities using two different methods:
- Searching for a city in the text box
- Clicking on a city on the map and pressing enter in the text box
The application uses two APIs:
- Google Maps API
- OpenWeatherMap API
All API keys used in this project have been disabled.