1.0.6 • Published 9 years ago

markit-on-demand v1.0.6

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

Node Version NPM Version NPM License

Build Status dependencies Status Coverage Status

Markit On Demand

Markit On Demand JS Lib

Requirements:

To Get Started:

  • Install the package in your project
npm install markit-on-demand --save

To use:

const Markit = require('markit-on-demand')

Markit.lookup('Amazon')
	.then(( res ) => {
		console.log('Results:', res)
	})

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=markit-on-demand*

Running with your project:

DEBUG=markit-on-demand* node myproject.js

License

MIT License

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago