Skip to content

Commit

Permalink
NN
Browse files Browse the repository at this point in the history
  • Loading branch information
jensnylander committed Feb 5, 2017
1 parent d9da6d9 commit a54b232
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Automile.Net/Automile.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Automile.Net</id>
<version>0.1.0</version>
<title>Automile.Net API for fleet-management</title>
<title>Automile.Net API for fleet management</title>
<authors>Automile Inc.</authors>
<owners>Automile</owners>
<summary>A library to help .NET developers easily access the Automile REST API</summary>
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Automile](https://content.automile.com/automile_logo_symbol_64x64.png "Automile 291 Alma Street, Palo Alto, California 943 01, US")

# Official Automile REST API for .NET
Automile offers a simple, smart, cutting-edge telematics solution for businesses to track and manage their business vehicles. Automile is a next-gen IoT solution and the overall experience is unmatched. Business of all sizes love to use Automile to get fleet intelligence whether it is understanding driving behavior, recording vehicle defects and expenses, tracking vehicles real time or securing vehicles from un-authorized use.

Expand All @@ -17,14 +19,19 @@ API information can be found at https://api.automile.com. If you need any help,
## Prerequisites

- .NET version 4.5 or newer
- Automile subscription or developer account, starting from [$5.90 per month](https://automile.com)

## Dependencies

- [Newtonsoft.Json](http://www.newtonsoft.com/json)

## Quickstart :running:

Installing via NuGet

```C#
Install-Package Automile.Net -prerelease
```

Add the Automile namespace were you want to use the code.

```C#
Expand Down

0 comments on commit a54b232

Please sign in to comment.