Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 627 Bytes

Wrapped for TikTok

Wrapped for TikTok uses your TikTok data export to give you personalized stats about your time on TikTok.

Development

  1. Clone the repository
  2. Run npm install to install all dependencies
  3. Start the development server using npm run dev

Open http://localhost:3000 with your browser to see the result.

Dummy Data

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.

License

MIT