Check the "try it out" section for the actual website. Direct Link

🚧 What It Does

This shows the weather and time. The time is auto updating, the weather isn't. It all uses APIs.

🛠️ How I Built It

Instead of prompting the user for their location, like I used to, I capture the user's IP. Using the first API, an IP information API, I fetch their latitude and longitude. Then, I just use a weather API to display the statistics. With almost no latency, the weather is loaded instantly.

📙 What I Learned

I learned how to integrate APIs into my code, and how to use them for everyday life.

🔜 What's Next For Weather App

I will add more detailed statistics, such as precipitation, humidity, wind, and a interactive graph. I already have this information, I just need to code some frontend graphs.

Built With

Share this project:

Updates