forecaswatch2 icon indicating copy to clipboard operation
forecaswatch2 copied to clipboard

Alternative providers tracking issue

Open clach04 opened this issue 1 year ago • 0 comments

Issue to track providers not necessarily with a view to implement

sunrise/sunset

  • https://github.com/mourner/suncalc - could be calculated on the phone in js
  • OpenWeatherMap

geocode lookup

  • ?

reverse geocode lookup

  • nominatim self hosted or the free one which does NOT require a key
    • https://nominatim.openstreetmap.org/reverse?lat=51.5034&lon=-0.127304&format=json
  • locationiq - currently used (https://github.com/mattrossman/forecaswatch2/issues/57) but new key needed
  • MapQuest free limited API with key
  • google API needs a key

weather providers

NOTE some weather providers might also provide:

  • sunrise/sunset
  • geocode lookup
  • reverse geocode lookup

See https://github.com/mattrossman/forecaswatch2/issues/47

clach04 avatar Jul 28 '22 03:07 clach04