Skip to content

arex388/Arex388.SunriseSunset

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Arex388.SunriseSunset

Sunrise-Sunset.org API Implementation in C#

To use, create an instance of SunriseSunsetClient, passing it an instance of HttpClient. No API key is required. The original API documentation is here. For more information, please visit arex388.com.

Available as a NuGet package here.

var sunriseSunset = new SunriseSunset(
    httpClient
);

Get

var result = await sunriseSunset.GetAsync(38.9072, -77.0369);

About

Sunrise-Sunset.org API Implementation in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages