0.0.5 â€ĸ Published 4 years ago

gogoanime-data v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Gogoanime webscraper

A simple webscraper providing you all the available content on https://gogoanime.pro.

🕹ī¸ Usage

Step 1: npm install gogoanime-data or yarn add gogoanime-data

Installing the NPM package into your project.

Step 2: import { search } from 'gogoanime-data'

Simply importing the components you need. See the documentation for an overview of all the available components.

Step 3: search('boku').then(data => console.log(data))

Call the search() method with a query: string as paramerter (the name of the anime you want to search). Play around with other components, see the documentation for an overview of all the available components.

🗂ī¸ API documentation

search([query]) => Promise

The search() method takes in a query as paramerter (the name of the anime you want to search) and outputs a Promise containing the data (all the anime found) or an error.