animesenpai
v1.0.1
Published
AnimeSenpai ========== get Data from Animesenpai official website
Downloads
2
Readme
AnimeSenpai
get Data from Animesenpai official website
Install
npm install animesenpai
Usage
module
const as = require('animesenpai');
(async () => {
let anime = await as.getAnime();
console.log(anime)
})();
output:'looks like this',
{
author:'Senpai',
title: 'Bunny Girl Senpai Anime Sequel Announced, New Trailer & Poster Released',
post_date: 'September 24, 2022',
image: 'https://www.animesenpai.net/wp content/uploads/2022/09/PicsArt_09-24-07.25 .48_compress76-1024x1024.jpg',
url: 'https://www.animesenpai.net/bunny -girl-senpai-anime-sequel-announced-new-tra iler-poster-released/',
detail: 'On Sept 24, during the Aniplex Online Fest 2022, it was announced that Ra scal does not dream of bunny girl senpai wi ll be getting a sequel anime. \n' +
'The next two volumes of the original light novel series will be adapted into an imation, and studio CloverWorks will be ani mating the upcoming sequel, for which the r elease date is yet to be announced. A tease r trailer has been released.'
}
Example
// we have 3 main categories
const as = require('animesenpai');
(async () => {
await as.getAnime();
await as.getManga();
await as.getJapan();
})();
Created with </3 Dot