Get a random fml quote!
npm install @1chi/fml.js> API Wrapper for
- Actually maintained
- Uses async/await
- Has support for ESM and CJS
``bash`
npm i @1chi/fml.js # NPM
yarn add @1chi/fml.js # Yarn
pnpm add @1chi/fml.js # PNPM
`js
import fml from '@1chi/fml.js'; // import syntax
const fml = require('@1chi/fml.js').default; // require()
// Async/Await
async () => {
const quote = await fml();
console.log(quote);
};
// .then()
fml().then((quote) => console.log(quote));
`
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
fml.js © Yoshida Tomio, Released under the Apache-2.0 License.
Authored and maintained by 1chiSensei.
> GitHub @1chiSensei
> Discord https://discord.gg/zGvtAnGhdP