clever-client
Javascript client for Clever-Cloud API.
How to install
Please install npm, then:
export CLEVER_CLOUD_EMAIL=<email>
export CLEVER_CLOUD_PASSWORD=<password>
npm install # to install dependencies
npm test # to run testsHow to use
There is no documentation available at the moment. Please check examples in tests folder.