Video TikTok Downloader using NodeJS with Watermark and Non-Watermark.
- Clone/fork into a directory you want.
- Install all dependencies correctly (
yarn install
ornpm install
) - Install vercel cli too with
npm install vercel -g
oryarn global add vercel
- Ran
vercel dev
for development (default port is:3000
)
Use
vercel --prod
for production use.
Environment Setup:
- Rename
.env.example
to.env
- Fill
REDIS_URL
value with your redis database url.
Environment Setup on Hosting:
- Go to your project settings.
- Find
Environment Variables
button and click it. - Add environment variable with
REDIS_URL
as the name, and fill the value using your redis url.
Available on Wiki
Contribution(s) are welcome!