Giter Site home page Giter Site logo

goyabu's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.