Skip to content

Commit

Permalink
Added new screenshot and updated READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
hagronnestad committed Aug 15, 2024
1 parent 5bb7ea7 commit 7c3b25f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

[![CI](https://github.com/hagronnestad/nissan-connect-dotnet/actions/workflows/main.yml/badge.svg)](https://github.com/hagronnestad/nissan-connect-dotnet/actions/workflows/main.yml) [![Nuget](https://img.shields.io/nuget/v/NissanConnectLib)](https://www.nuget.org/packages/NissanConnectLib)

C# .NET client library for the unofficial Nissan Connect API. This library is based on the great [dartnissanconnect](https://gitlab.com/tobiaswkjeldsen/dartnissanconnect)-library by [@Tobiaswk](https://github.com/Tobiaswk).
***Unofficial*** C# .NET client library for the Nissan Connect API. This library is based on the great [dartnissanconnect](https://gitlab.com/tobiaswkjeldsen/dartnissanconnect)-library by [@Tobiaswk](https://github.com/Tobiaswk).

⚠️ This library supports the EU-region only. (I think?)

---

## Example Program

[An example program can be found here.](https://github.com/hagronnestad/nissan-connect-dotnet/blob/main/NissanConnect/NissanConnectLib.Example/Program.cs)
[An example program can be found here.](https://github.com/hagronnestad/nissan-connect-dotnet/tree/main/NissanConnect/NissanConnectLib.Example/)

*Output preview of the example program:*

![](https://raw.githubusercontent.com/hagronnestad/nissan-connect-dotnet/e84c441f82e686ddef96862a54c236a8388720e6/Screenshots/01-example-output.png)
![](https://raw.githubusercontent.com/hagronnestad/nissan-connect-dotnet/main/Screenshots/02-example-output-2.png)


## More Information
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/hagronnestad/nissan-connect-dotnet/workflows/Nuget%20Release/badge.svg)](https://github.com/hagronnestad/nissan-connect-dotnet/actions/workflows/main.yml) [![Nuget](https://img.shields.io/nuget/v/NissanConnectLib)](https://www.nuget.org/packages/NissanConnectLib)

This repository contains a C# .NET client library for the unofficial Nissan Connect API. This library is based on the great [dartnissanconnect](https://gitlab.com/tobiaswkjeldsen/dartnissanconnect)-library by [@Tobiaswk](https://github.com/Tobiaswk).
This repository contains an ***unofficial*** C# .NET client library for the Nissan Connect API. This library is based on the great [dartnissanconnect](https://gitlab.com/tobiaswkjeldsen/dartnissanconnect)-library by [@Tobiaswk](https://github.com/Tobiaswk).

⚠️ This library supports the EU-region only. (I think?)

Expand All @@ -19,11 +19,11 @@ This repository contains a C# .NET client library for the unofficial Nissan Conn

## Example Program

[An example program can be found here.](NissanConnect/NissanConnectLib.Example/Program.cs)
[An example program can be found here.](NissanConnect/NissanConnectLib.Example/)

*Output preview of the example program:*

![](Screenshots/01-example-output.png)
![](Screenshots/02-example-output-2.png)


## Nuget
Expand Down
Binary file added Screenshots/02-example-output-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c3b25f

Please sign in to comment.