mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
29c792635c5c4f41da894b4515ede1d206148e68
TikTok Downloader
Video TikTok Downloader using NodeJS with Watermark and Non-Watermark.
Technology/Dependencies
Develop
- Clone/fork into a directory you want.
- Install all dependencies correctly (
yarn installornpm install) - Install vercel cli too with
npm install vercel -goryarn global add vercel - Ran
vercel devfor development (default port is:3000)
Use
vercel --prodfor production use.
Configuration
Environment Setup:
- Rename
.env.exampleto.env - Fill
REDIS_URLvalue with your redis database url.
Environment Setup on Hosting:
- Go to your project settings.
- Find
Environment Variablesbutton and click it. - Add environment variable with
REDIS_URLas the name, and fill the value using your redis url.
Endpoints
Available on Wiki
Credits + Source
Contribution(s) are welcome!
Languages
TypeScript
95.3%
CSS
2.8%
JavaScript
1.5%
Dockerfile
0.3%
Shell
0.1%