You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@
4
4
5
5
A .Net client library for the Smarty Streets LiveAddress Api, a totally awesome address verification service.
6
6
7
+
##Installing
8
+
9
+
You can use NuGet to install the library and all of its dependancies:
10
+
11
+
```
12
+
Install-Package Rentler.SmartyStreets
13
+
```
14
+
15
+
Or you can fork the project if you are interested in the source.
16
+
7
17
##Getting Started
8
18
You'll need security keys in order to do anything. Go to http://smartystreets.com/ to create an account. You can find your keys at https://smartystreets.com/account/keys.
0 commit comments