2.0.0 • Published 1 year ago

arc-bookiza v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

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.
          });
2.0.0

1 year ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.2

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.2.1-0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago