rable.js-api
Rable.js-api is the official API extention to rable.js
Installation
Use the package manager npm to install rable.js and rable.js-api.
npm install rable.js rable.js-api
Example files
The index.js and the files within /views/ and /elements/ are there as an example and being used in development. In case you want to to try it out, do as follows: For this example git and npm need to be installed on your system.
git clone https://github.com/kearfy/rable.js-api rablejs-api-example && cd rablejs-api-example && npm install
node .
The example is now available through port 3002. You can also take a look at the publicly hosted example over here: https://rable-api.app.michadevries.nl
Documentation
See https://rable-api.app.michadevries.nl/docs/ for further documentation.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.