1.0.2 • Published 11 months ago

ourav2 v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

ŌURA Cloud API client

Build Status

Unofficial ŌURA cloud API client for node.js

Features

Usage

Install

npm install oura

Personal info

var oura = require('oura')

// assume you have already gotten an OAuth2 access token
var accessToken = 'YOUR_ACCESS_TOKEN'

var client = new oura.Client(accessToken)
client.personalInfo().then(function (user) {
  console.log(JSON.stringify(user, null, 1))
}).catch(function(error){
  console.error(error)
})

Checkout the rest of the samples

1.0.2

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago