https://github.com/edde746/tiktok-downloader
Download TikToks without watermark
https://github.com/edde746/tiktok-downloader
sveltekit tailwindcss tiktok tiktok-downloader video-downloader
Last synced: about 1 year ago
JSON representation
Download TikToks without watermark
- Host: GitHub
- URL: https://github.com/edde746/tiktok-downloader
- Owner: edde746
- License: gpl-3.0
- Created: 2022-02-05T13:41:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T22:45:48.000Z (over 4 years ago)
- Last Synced: 2025-04-01T00:39:02.552Z (over 1 year ago)
- Topics: sveltekit, tailwindcss, tiktok, tiktok-downloader, video-downloader
- Language: JavaScript
- Homepage: tiktok-downloader-ebon.vercel.app
- Size: 31.3 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TikTok Downloader
Uses the TikTok API to download videos without the watermark.
## Using
### Hosted Version
https://tikdown.xyz/
or
https://tiktok-downloader-ebon.vercel.app/
### Locally Hosted
To run a local development instance:
```bash
git clone https://github.com/edde746/tiktok-downloader.git
cd tiktok-downloader
npm install
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.