A NodeJS wrapper for Sage One online accounting and payroll software.
$ npm i sageone-wrapper -S
To view the example, clone the SageOne-NodeJS-Wrapper repo and install the dependencies in 'example' folder:
$ git clone git://github.com/Webxity/SageOne-NodeJS-Wrapper --depth 1
$ cd SageOne-NodeJS-Wrapper/example
$ npm install
Change configuration options in 'index.js' with your SageOne application configuration.
Then run the example:
$ npm start
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the GNU General Public License - see the LICENSE.md file for details