1.1.3 • Published 2 years ago

goyabu v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

goyabu

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

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

1.1.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago