LOCAL WEATHER APP

dboximage

I used Open Weather API to build an app that anyone can open and it will display the weather in that person’s current location. There will also be a icon that will be displayed that corresponds to the weather and you can toggle between Fahrenheit and celsius temperatures!

Visit Website

THINGS THAT I LEARNED

  • Getting the IP info like zipcode, city or country from each computer that opens up the APP
  • Updating my HTML code with the data I get from the API using jQuery
  • Converting numbers to Fahrenheit or celsius and sunset or sunrise time to local time.