1.0.2 • Published 2 years ago

@devraiden/api v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Installation

npm install @devraiden/api

Example Usage

// ESM
import Raiden from '@devraiden/api';

// CJS
const Raiden = require('@devraiden/api');

TikTok Downloader

import { TikTokDownloader } from '@devraiden/api';

const url = 'https://vt.tiktok.com/ZSdcMAn1n/?k=1';
const res = await TikTokDownloadt(url)
consolse.log(res);

Instagram Downloader

import { InstagramDownloader } from '@devraiden/api';

const url = 'https://www.instagram.com/p/CcgDk-AFZKN/';
const res = await InstagramDownloader(url);
console.log(res);

YouTube Downloader & YouTube Searching

import { YouTubeDownloaders, YouTubeSearchings } from '@devraiden/api';

const url = 'https://www.youtube.com/watch?v=g-nG6n7yx3Q';
const res = await YouTubeDownloaders(url);
console.log(res);

const title = 'Dev Raiden';
const res = await YouTubeSearchings(title);
console.log(res);

Support

Do you want to keep our API alive? You can support us by donating to our Ko-Fi or Trakteer

Authors