UNPKG

@mrnima/wabetainfo

Version:

This is unofficial scraper of whatsapp beta news site, created by Mr nima. all posts credits goes to wabetainfo.com site.

8 lines (6 loc) 181 B
const nimaWabetaInfo = require("@mrnima/wabetainfo") async function TEST_ALLRESULTS() { var result = await nimaWabetaInfo.getAll(); console.log(result) } TEST_ALLRESULTS()