Module @bochilteam/scraper-others - v1.0.2

Others Scraper

Other.

Installation

npm i @bochilteam/scraper-others

Usage

Example get information from Wikipedia about Minecraft

// Import module
import { wikipedia } from '@bochilteam/scraper-others'

const data = await wikipedia('Minecraft', 'en') // 'en' as lang
console.log(data) // JSON

Documentation

Index

Modules

Generated using TypeDoc