this post was submitted on 21 Feb 2022
1 points (100.0% liked)
Open Source
32381 readers
942 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So you created an API using OpenWeatherMap API? what's the benefit of using this over the OWM API?
OpenWeatherMap basically only provides current weather data and forecast data. If you want to know more (for an example, air pollution), you need to call another API that OWM provides.
Serenum API provides current weather data + weather forecast, astronomical data, air pollution, risk of pollen (requires an API key from Ambee), grams of H2O per kg of air, and detailed date and time information of the chosen place + information about the place (like address, city, county, etc.). All in 1 place.
Serenum API also let you see the current weather differences between 2 places + the distance between them 2.
thanks, this is impressive. I will bookmark this for future use.
Thank you too 🙂