Node Version NPM Version NPM License

Build Status dependencies Status

MarkitOnDemand

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