OpenWeatherMap.Cache

An asynchronous .NET Standard 2.0 library that allows you to fetch & cache current weather readings from the OpenWeather API, with built-in resiliency that can extend the cache lifetime in case the API is unreachable. (by MarkCiliaVincenti)

OpenWeatherMap.Cache Alternatives

Similar projects and alternatives to OpenWeatherMap.Cache based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better OpenWeatherMap.Cache alternative or higher similarity.

OpenWeatherMap.Cache reviews and mentions

Posts with mentions or reviews of OpenWeatherMap.Cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • AsyncKeyedLock: a library for locking based on a key
    3 projects | /r/csharp | 13 Feb 2023
    For example I use it in another library I made at https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache. Here I ensure that if there's an API request to get the weather of a particular location, whilst it's doing so it will not launch another API request to get the weather of the same location concurrently but instead wait for the result of the ongoing call and use the same response.
  • SemaphoreSlim locking based on a key
    3 projects | /r/dotnet | 20 Nov 2022
    It doesn't need to be related to finance or databases. Could be related to physical file access, doing operations on UDP packets received, limiting API requests (eg trying to get weather for a location concurrently doesn't make sense, so wait for the result of the ongoing one and provide the result to the second one, that's what I'm using in https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache). I'm sure you can be creative and think of plenty of other use cases.

Stats

Basic OpenWeatherMap.Cache repo stats
2
6
6.9
14 days ago

MarkCiliaVincenti/OpenWeatherMap.Cache is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of OpenWeatherMap.Cache is C#.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com