Skip to content

coinbtr/tauros-api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauros API Nodejs

Build Status

Coverage Status

Install

npm install --save tauros-api

How to use

const TaurosAPI = require('tauros-api')

const api_key = '7c6a0aa1ee3af97a9a796dc0ee9ec558e762f397'

const api_secret = 'ZmE5ZGJjYTNhMjJjMTc0NjBmZGQ3NzQzsgelZjUwNGM3Mzk3OWRlYTBiODU1MzU0YmJhOThmOTRhOTI3NjdhMw=='

const tauros = new TaurosAPI(api_key, api_secret, staging=true)

let path = '/api/v1/profiles/'

let response = tauros.get(path)

response.then(data => console.log(data))
response.catch(err => console.log('error: ', err))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published