coffee-api.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

coffee-api.js

API Wrapper for https://coffee.alexflipnote.dev

NPM version NPM downloads Dependencies

NPM info

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

coffee-api.js © 1chiSensei, Released under the Apache-2.0 License.
Authored and maintained by 1chiSensei.

GitHub @1chiSensei

/coffee-api.js/

    Package Sidebar

    Install

    npm i coffee-api.js

    Weekly Downloads

    1

    Version

    1.0.0

    License

    Apache-2.0

    Unpacked Size

    16.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • yuu0007