arc-bookiza

2.0.0 • Public • Published

Arc-Bookiza

Returns the ARC object to register Bookiza Client with, and connects it to the Bubblin Superbook API.

Usage:

    import read from 'arc-bookiza'
    import os from 'os'

    /* Get to the root directory of the machine */
    const homeDir = os.homedir()
    const location = `${homeDir}/.bookizarc` 
    
    // const location = path.join(__dirname, '..', '.bookizarc');

    read(location)
        .then((data) => {
          // Do something with arc.rc values.
          ...
          ... 
          })
        .catch((err) => {
            // handle error.
          });

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i arc-bookiza

    Weekly Downloads

    9

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    1.49 kB

    Total Files

    3

    Last publish

    Collaborators

    • marvindanig