-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With more details and usage.
- Loading branch information
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# horoscope-nuget | ||
# Horoscope NuGet | ||
A .NET library for Zodiac signs. Get details on each Zodiac sign, pass a date and know which Zodiac sign it falls in or get a list of all Zodiac signs. Currently in beta. | ||
|
||
[![NuGet](https://img.shields.io/nuget/v/Horoscope.svg)](https://www.nuget.org/packages/Horoscope/) | ||
|
||
## Usage | ||
Install using package manager. | ||
``` | ||
Install-Package Horoscope -Version 0.0.2 | ||
``` | ||
|
||
Include the namespace in your program. | ||
``` | ||
using Horoscope; | ||
``` | ||
|
||
Then go ahead and consume it. | ||
``` | ||
var zodiacSign = Zodiac.GetZodiacSignForDate(new DateTime(1950, 2, 12)); | ||
``` | ||
|
||
|
||
|
||
## Credits | ||
(c) 2018 [Clyde D'Souza](https://clydedsouza.net) | ||
Icon credits: [Firkin](https://openclipart.org/detail/297192/bold-zodiac-symbols-colour) |