Weather Client using WeatherAPI

August 25, 2023

Weather Client using WeatherAPI

This project was done within 24 hours. This was initially recommended by one of my friends, assessing the fact that we should be able to access cooler weather widgets with minimum clutter so we can share it on social media.

This project addresses that head on. Even though the UI for now seems lacking the professional finish that people need, the core functionalities here are implemented head on.

API routes are made using Next 13's api folder here, so it improves the security and overall scalability of the application. IP of the server is pinged to initially render the card, then a realtime search function can be accessed to search available locations. Currently this only serves as a proof of concept.

You are welcome to clone this project and use it as you see fit.