oura-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Oura.js

Oura Cloud API client with types.

Installation

$ npm install oura-js

Usage

import { Oura } from 'oura-js'

// Access Token: https://cloud.ouraring.com/docs/authentication
const token = 'MY_ACCESS_TOKEN'

const oura = new Oura(token)
console.log(await oura.sleep({ start: '2021-12-10' }))

API

API Data
userInfo Personal Info
sleep Sleep
activity Actibity
readiness Readiness
bedtime Ideal Bedtime

Development Status

Status HTTP Method Endpoint API
GET /v1/userinfo userInfo
GET /v1/sleep sleep
GET /v1/activity activity
GET /v1/readiness readiness
GET /v1/bedtime bedtime

Dependencies (1)

Dev Dependencies (13)

Package Sidebar

Install

npm i oura-js

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

17 kB

Total Files

5

Last publish

Collaborators

  • shf0811