markit-on-demand
v1.0.6
Published
Markit On Demand JS Lib
Downloads
1
Readme
Markit On Demand
Markit On Demand JS Lib
Requirements:
- NodeJS ( Version 6+ )
- We recommend using Node Version Manager
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)
})
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