Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.