Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
anime-quotes-api
Advanced tools
An NPM package to fetch anime quotes from the website Less-Real
Less-Real has a database of more than 10,000 anime quotes which is crowd-sourced. Every time you fetch the API it will give a quote and the source of the quote at the same time, outputted in a JSON format. This API even gives related images which you can use.
var Quotes = require('anime-quotes-api');
(async function() {
var quote = new Quotes();
var get_quotes = await quote.quotes();
console.log(get_quotes);
})();
Which gives the following results (only 5 results at one time),
[
{
success: true,
title: 'Haku Quote #1955',
quote: 'I am of no more use as his tool. Please, kill me.- Haku (Naruto)',
image: 'https://www.less-real.com/imagevault/uploaded/images/part1/2765.jpg'
},
{
success: true,
title: 'Takashi Morinozuka Quote #3621',
quote: "It was my fault. It was my carelessness that led to Mitsukuni's cavity. I forgot to tell him to brush his teeth before napping... twice.- Takashi Morinozuka (Ouran High School Host Club)",
image: 'https://www.less-real.com/imagevault/uploaded/images/part1/2770.jpg'
},
{
success: true,
title: 'Joey Wheeler Quote #2792',
quote: 'I coulda been a contendah...- Joey Wheeler (Yu-Gi-Oh!)',
image: 'https://www.less-real.com/imagevault/uploaded/images/part1/2045.jpg'
},
{
success: true,
title: 'Shihouin Yoruichi Quote #1922',
quote: "Do you remember the first time you walked? No. So you weren't conscious of it. Then why did you walk? Everyone was born knowing how to walk. It's called instinct. That's what this boy reminds me of. He knows he can achieve bankai, so he continues.- Shihouin Yoruichi (Bleach)",
image: 'https://www.less-real.com/imagevault/uploaded/images/part1/1145.jpg'
},
{
success: true,
title: 'Gaara Quote #1948',
quote: "I took the life of the woman I was supposed to call mother in the process of being born... in order to become the world's strongest shinobi... I became the incarnation of sand...- Gaara (Naruto)",
image: 'https://www.less-real.com/imagevault/uploaded/images/part2/5758.jpg'
}
]
Note: On some occasions the success on getting the quote may be false, don't be alarmed as it is an issue on Less-Reals end.
npm i anime-quotes-api --save
Add a pull request or raise an issue if you wish to contribute.
This project is licensed under GNU General Public License, See LICENSE for more information
FAQs
An API wrapper which fetches random anime quotes from Less-Real
The npm package anime-quotes-api receives a total of 10 weekly downloads. As such, anime-quotes-api popularity was classified as not popular.
We found that anime-quotes-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.