lucidchart-converter

1.0.1 • Public • Published

Node wrapper for Lucidchart API

const lucidchart = require('lucidchart-converter')

var myLucidchartId = '1234-1234-1234-1234-1234'
var options = { type: 'json' }
//var options = {type:'xml'}

lucidchart.get(myLucidchartId, options)
    .then(console.log)

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i lucidchart-converter

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.42 kB

    Total Files

    3

    Last publish

    Collaborators

    • claydegruchy