Wrapped for TikTok uses your TikTok data export to give you personalized stats about your time on TikTok.
- Clone the repository
- Run
npm install
to install all dependencies - Start the development server using
npm run dev
Open http://localhost:3000 with your browser to see the result.
If you want to generate dummy TikTok data exports, use the dummy data generator using:
npm run dummy-data -- 5000
with 5000
being the size of array elements to generate per item - 5000 is approximately 500k lines of JSON.
MIT