amio-sdk-js
amio-sdk-js copied to clipboard
Multi-messenger Node.js library for Amio.io API.
This will allow for seamless implementation of a multi-platform bot.
- [ ] move `index.js` to lib (src) folder and adapt paths to the change - [ ] add the `main` key-value pair with proper path to `package.json` ...?
If we would create an initialization method for `AmioApi`, people could then call all their files just `const amioApi = require('amio-sdk-js').amioApi` instead of having to create a file by themselves...