2.1.0 • Published 1 year ago
twelve-apis v2.1.0
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
})()