markit-on-demand

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i markit-on-demand

Weekly Downloads

1

Version

1.0.6

License

MIT

Last publish

Collaborators

  • stackdot