Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T22:45:48.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T20:20:33.438Z (2 months 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`.