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