
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
coderpro.openweathermap
Advanced tools
The most complete and modern library written for the OpenWeather API in .Net. This library retrieves the JSON from the OpenWeatherMap API and serializes them into objects. All of the free textual APIs are supported. We have planned support for the paid and mapping APIs also. See the roadmap for more information.
Install the NuGet package https://www.nuget.org/packages/CoderPro.OpenWeatherMap/
var openWeatherClient = new CoderPro.OpenWeatherMap.CurrentWeatherClient("my open weather api key");
// Use async version wherever possible.
var query = await openWeatherAPI.QueryAsync("city/location");
// or non-async version if needed for legacy code
var query = openWeatherAPI.Query("city/location ");
Console.WriteLine($"The temperature in {query.Name}, {query.Sys.Country} is currently {query.Main.Temperature.FahrenheitCurrent} °F");
Feature | Version | Release Date |
---|---|---|
All free textual APIs | 1.0.0 | 2023/06/08 |
Weather Triggers API | 1.1.0 | 2023/07/08 |
One Call API 3 | 2.0.0 | 2023/08/08 |
Weather Maps 1.0 API | 2.1.0 | 2023/09/08 |
Weather station API | 2.2.0 | 2023/10/08 |
FAQs
Unknown package
We found that coderpro.openweathermap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.