Skip to content

Commit

Permalink
installation/import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed Feb 13, 2023
1 parent d079921 commit be3ead1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
The library is also available for Node.js via a [NPM package](https://www.npmjs.com/package/oura_api).

---

## Installation/Importing
**Deno**
```javascript
import { Oura, Webhook } from "https://deno.land/x/oura_api";
```

**Node.js**
```
npm install oura_api --save
```
---
## Documentaion

Library and method documentation can be found at the [Deno Land documentation](https://deno.land/x/oura_api?doc) page.
Expand Down

0 comments on commit be3ead1

Please sign in to comment.