Skip to content

marvindanig/arc-bookiza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arc-Bookiza

Returns the arc object to register and connect bookiza client.

Usage:

    const arc = require('arc-bookiza');

    let location = path.join(__dirname, '..', '.bookizarc');

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

About

Returns the arc object to register and connect bookiza

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published