twelve-apis
v2.1.0
Published
Simpel Scraper
Maintainers
Readme
Twelve-apis
Twelve-apis, is a collection of scrapers that will continue to be updated :)
Install
$ npm install twelve-apisUninstall
$ npm uninstall twelve-apisHow To Using
const kontol = require("twelve-apis")
(async () => {
const result = await kontol.search.tiktoks('Vicidior Super Sexy')
return result
})()