1.0.6 • Published 10 years ago

active-tick v1.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Node Version NPM Version NPM License

Build Status dependencies Status

ActiveTick

ActiveTick Nodejs Library.

  • Uses promises
  • Uses ES6

Requirements:

To Get Started:

  • Install the package in your project
npm install active-tick --save

To use:

const ActiveTick = require('active-tick')({
	// Location of your ActiveTick API:
	API: 'http://localhost:5000'
})

ActiveTick.tickData( 'TSLA', '8/25/2016' )
	.then(( res ) => {
		console.log('Results:', res)
	})
	.catch(( err ) => {
		console.log('Error:', err)
	})

JSDocs Documentation

Enabling the Debugger

To enable debug logs, enable them via environment variables.

To see all debug logs from this app, set the env variable:

DEBUG=active-tick*

Running with your project:

DEBUG=active-tick* node myproject.js

License

MIT License

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago