Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.12 KB

TikTok-Live-Analytics

This app was made to analyze TikTok lives, for now, it's showing all gifts that were given to the host during the live session,

it will start collecting and calculating coins from the moment you start the app.

Data

during each session all data will be collected in a class, that can be used in the console.

db            // this will show all data
db.coins()    // coins
db.total()    // coins converted to an actuall currency, to USD, and SAR
db.topUsers() // a list of all users who sent gifts.

Fixes

if the app stopped working then try to update dependencies and also use this command in the terminal

npm update

ScreenShots

image image

Console

image image