New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

goyabu

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goyabu

Easily fetch infos from Goyabu.com

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
2
-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

goyabu

A easy and simple way to get data from Goyabu.com.

GitHub forks GitHub stars GitHub license

Note that the package only catches the first result, so if you want the second season of Shingeki no Kyojin, for example, you need to put Shingeki no Kyojin 2.

  • The package doesn't have a error callback.

Install (with NPM)

npm i goyabu

Usage

const goyabu = require("goyabu");

goyabu.animeSearch('dragon ball super').then(results => {
    console.log(results)
});

The result will be:

{
  title: 'Dragon Ball Super ',
  episodes: 131,
  views: 7184,
  alternativeName: 'Dragon Ball Super',
  status: 'Completo',
  genres: [
    'Action',
    'Adventure',
    'Comedy',
    'Super Power',
    'Martial Arts',
    'Fantasy',
    'Shounen'
  ],
  description: [
    ` Seven years after the events of Dragon Ball Z, Earth is at peace, and its people live free from any dangers lurking in the universe. However, this peace is short-lived; a sleeping evil awakens in the dark reaches of the galaxy: Beerus, the ruthless God of Destruction. Disturbed by a prophecy that he will be defeated by a "Super Saiyan God," Beerus and his angelic attendant Whis start searching the universe for this mysterious being. Before long, they reach Earth where they encounter Gokuu Son, one of the planet's mightiest warriors, and his similarly powerful friends. [Written by MAL Rewrite] `
  ],
  coverUrl: 'https://goyabu.com/capas/dragon-ball-super-episodios.jpg'
}

Author

luisgbr1el

Keywords

anime

FAQs

Package last updated on 27 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