Other.
npm i @bochilteam/scraper-others
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
Generated using TypeDoc