ezbase
v0.1.52
Published
This is the official sdk of the EzBase Backend service
Downloads
61
Readme
This is the source code for the javascript SDK
The executable of the code will be available on the npm registry
To use the SDK code do the following:
npm install ezbase
After which you can use the SDK in your javascript project as such
import ezbase from 'ezbase'
If you are using nodejs, also write the following in your package.json file
"type": "module"