1.0.0 • Published 5 years ago

bootecho-driver v1.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

BOOTECHO DRIVER NODE

Driver to enable an application to communicate with bootecho API.


Main Features:

  • Get the latest config version from API
  • To generate the configuration as ini file
  • Commit all status change into log file
  • Handling error

Deploy instructions:

  • In the application folder run: npm install bootecho-driver
  • Into you main application call bootecho-driver: driver = require ('bootecho-driver')
  • Before your configuration settings call the initialize method: driver.initialize()

Deploy instructions (no interactive mode / Docker container):

  • At starting your application use the follow argument:
  • node app.js URL (URL = the API url for bootecho server)

Contribution:

  • Yours Pull Request are welcome to contribute in this project