# tiklydown-sanzy

> Wrapper For TiklyDown API to use download TikTok Post

Latest version **1.0.0** (published 2023-08-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install tiklydown-sanzy
pnpm add tiklydown-sanzy
yarn add tiklydown-sanzy
bun add tiklydown-sanzy
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2023-08-13 |
| First published | 2023-08-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | sanzydev |
| Maintainers | hiisanzy |
| Keywords | tiktok-dl, tiktok-nowm, tiktok-downloader, tiklydown, tiktokdl |

## Links

- npm: https://www.npmjs.com/package/tiklydown-sanzy
- Repository: https://github.com/sanzydev/tiklydown-sanzy
- Homepage: https://github.com/sanzydev/tiklydown-sanzy#readme
- Issues: https://github.com/sanzydev/tiklydown-sanzy/issues
- npm.io page: https://npm.io/package/tiklydown-sanzy

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^1.3.2

## Recent versions

- 1.0.0 (latest) — 2023-08-13

## README

# node-tiklydown 
Wrapper For TiklyDown API to use download TikTok Post

## Features
- Download TikTok videos
- Download TikTok slide images

## Installation 
### NPM Version 
```bash
$ npm install tiklydown-sanzy
```
### GitHub Version 
```bash
$ npm install github:sanzydev/tiklydown-sanzy
```

## Usage
### Call v1 and v2 variables 
```javascript
const { v1, v2 } = require("tiklydown-sanzy");
```
### Download TikTok Video 
To download TikTok video, use `v1` function with TikTok video URL parameter. 
```javascript
v1(url).then(data => {
  // Do something with the data
});
```
### Download TikTok Slide Image 
To download TikTok slide image, use `v2` function with TikTok slide image URL parameter. 
```javascript
v2(url).then(data => {
  // Do something with the data
});
```

---
_Source: https://npm.io/package/tiklydown-sanzy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
