1.0.2 • Published 2 years ago

oura-js v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

APIData
userInfoPersonal Info
sleepSleep
activityActibity
readinessReadiness
bedtimeIdeal Bedtime

Development Status

StatusHTTP MethodEndpointAPI
GET/v1/userinfouserInfo
GET/v1/sleepsleep
GET/v1/activityactivity
GET/v1/readinessreadiness
GET/v1/bedtimebedtime
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago