Socket
Socket
Sign inDemoInstall

random-anime-quotes

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    random-anime-quotes

Generate random anime quotes.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Generate random anime quotes from a huge database

Powered by Animu

Access

First you'll need a API token which you can get by reading documentation. Click here

Installation:

NPM

$ npm install random-anime-quotes

YARN

$ yarn add random-anime-quotes

Usage:

const AnimeQuote =require("random-anime-quotes");
const api = new AnimeQuote("YOUR TOKEN"); // The Animu API Token

api.getQuote().then((res) => console.log(res));

// @return with this:
{
  _id: 3747,
  quote: "I don't know everything. I just know what I know.",
  anime: 'Nisemonogatari',
  name: 'Tsubasa Hanekawa'
}

Linter

$ npm run lint

Functions

FunctionsDescription
getQuoteGenerate random anime quotes.

Keywords

FAQs

Last updated on 04 Oct 2022

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