-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added very basic readme file. Added build status and NuGet package version badges.
- Loading branch information
1 parent
e3e5e15
commit d74d3df
Showing
1 changed file
with
26 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,26 @@ | ||
# notion-sdk-net | ||
<div align="center> | ||
<h1>Notion SDK for .Net</h1> | ||
<p> | ||
<b>A simple and easy to use client for the <a href="https://developers.notion.com">Notion API</a></b> | ||
</p> | ||
</div> | ||
|
||
![Build Status](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/ci_build.yml/badge.svg) | ||
|
||
![Nuget](https://img.shields.io/nuget/v/Notion.Net) | ||
![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Notion.Net) | ||
|
||
## Installation | ||
|
||
.Net CLI | ||
``` | ||
dotnet add package Notion.Net | ||
``` | ||
|
||
## Usage | ||
|
||
Todo | ||
|
||
## Contribution Guideline | ||
|
||
At the moment I haven't got any specific guidelines for the project. Everyone are welcome to contribute. |