Socket
Socket
Sign inDemoInstall

@1chi/fml.js

Package Overview
Dependencies
21
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @1chi/fml.js

Get a random fml quote!


Version published
Maintainers
1
Install size
3.00 MB
Created

Readme

Source

fml.js

API Wrapper for https://fmylife.com

Features

  • Actually maintained
  • Uses async/await
  • Has support for ESM and CJS

Install

npm i @1chi/fml.js # NPM
yarn add @1chi/fml.js # Yarn
pnpm add @1chi/fml.js # PNPM

Usage

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));

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

fml.js © Yoshida Tomio, Released under the Apache-2.0 License.
Authored and maintained by 1chiSensei.

GitHub @1chiSensei Discord https://discord.gg/zGvtAnGhdP

Keywords

FAQs

Last updated on 29 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc