coffee-api.js
v1.0.0
Published
> API Wrapper for https://coffee.alexflipnote.dev
Downloads
3
Maintainers
Readme
coffee-api.js
API Wrapper for https://coffee.alexflipnote.dev
Features
- Actually maintained
- Uses async/await
Install
yarn add coffee-api.js
Usage
const { getBuffer, getURL } = require('coffee-api.js');
(async () => {
await getBuffer(); // returns an image buffer
await getURL(); // returns an image url
})();
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
coffee-api.js © 1chiSensei, Released under the Apache-2.0 License. Authored and maintained by 1chiSensei.
GitHub @1chiSensei