2.0.4 • Published 1 year ago
oura v2.0.4
ŌURA Cloud API client
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
2.0.3
1 year ago
2.0.2
1 year ago
2.0.4
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
0.8.1
3 years ago
0.8.0
3 years ago
0.7.0
3 years ago
0.6.5
4 years ago
0.6.4
5 years ago
0.6.3
5 years ago
0.6.2
5 years ago
0.6.1
5 years ago
0.6.0
5 years ago
0.5.2
6 years ago
0.5.1
6 years ago
0.5.0
6 years ago
0.4.0
8 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.0
9 years ago
0.1.0
9 years ago