Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
With more details and usage.
  • Loading branch information
ClydeDz committed Nov 25, 2018
1 parent 613f74e commit c23f557
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
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)

0 comments on commit c23f557

Please sign in to comment.