Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kaamelott-quotes

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kaamelott-quotes

This is a kaamelott quotes fetcher

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

kaamelott-quotes

This projet is used to fetch kaamelott quotes

Usage

To use this package, just install it

$ npm i kaamelott-quotes
// or with yarn
$ yarn add kaamelott-quotes

and then use it like this

Usage with fetching

Use it like this if you want to fetch WikiQuote

const randomQuote = require('kaamelott-quotes')

const start = async () => {
  const quote = await randomQuote(true)

  // Use the quote
}

start()

Usage without fetching

Use it like this if you do not want to fetch WikiQuote

const randomQuote = require('kaamelott-quotes')

const start = async () => {
  const quote = await randomQuote()

  // Use the quote
}

start()

Credit

The quotes are fetched from WikiQuote

FAQs

Package last updated on 18 Mar 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc