2.0.0 • Published 3 years ago

arc-bookiza v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years 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

3 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.2

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.2.1-0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago