1.0.3 • Published 4 years ago

tiktok-status-api v1.0.3

Weekly downloads
14
License
ISC
Repository
-
Last release
4 years ago
1. npm i tiktok-status-api
2. Make your script.
3. Run your script.
  • getFollowers(user) You can know how many followers a person has.

  • getFollowing(user) You can know how many people you follow.

  • getLikes(user) You can know how many likes have been given to that person.

  • getDescription(user) That lets you know the description of a person.

//require
const TikTok = require('tiktok-status-api')
//variables
const tiktok = new TikTok();

console.log( tiktok.getUsername(user) )

console.log( tiktok.getFollowers(user) )

console.log( tiktok.getFollowing(user) )

console.log( tiktok.getLikes(user) )

console.log( tiktok.getDescription(user) )
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago