Weather 2 Go

Hyperlocal Forecast with AI Ideal weather conditions

What it does

The app uses weatherKit api to gather hourly forecast information for a specific longitude/latitude. Using this forecast data along with two custom json objects one to specify ideal conditions and the other to map the forecast keys to descriptions. We feed this into GEMINI (currently using gemini-1.0) as 1.5 is too expensive for a free app, but does provide better answers. Using our custom prompt. The result is what you see on the site under "Ideal". We also do this for "Summary", using GEMINI but in this case summary uses a daily forecast and custom prompts that use averages from gemini in the prompt.
Last is "Guide" these are a series of custom prompts we ask GEMINI that are related to a location as a travel guide might provide.
We are using Google Maps API to geocode our longitude and latitude to street addresses or the Google unique location code. Also a hidden feature if you click on the dashed line below the map a street view prompt will be displayed.
Not sure it will ever happen, but I also have a "News" prompt that is not working with Gemini. The only AI API that can do real time right now is Perplexity. It would be great to get more realtime news, but I'm sure that is in the works. Right now Gemini does great with summarize the JSON data. However, I am unable to include hourly data for the entire week as that is too much information for context. Right now I have to rely on the daily fx summaries to give to GEMINI instead of from hour values.

Built with

  • None
  • Web/Chrome
  • Google Maps API

Team

By

John Moscarillo - Owner, Designing Webs, Inc

From

United States