I have been building a system which wraps multiple weather services into the same standard format. Documentation here:
http://api.weather.jdsoftwareinc.com/Docs/
And open-source GitHub repository (Delphi):
https://github.com/djjd47130/Weather
It aims to accomplish the following:
http://api.weather.jdsoftwareinc.com/Docs/
And open-source GitHub repository (Delphi):
https://github.com/djjd47130/Weather
It aims to accomplish the following:
- Same standard format of data, no matter what service.
- Switch services without re-writing code.
- Merge weather data from multiple services into averages
Be the first to post a reply!