Skip to content

Dev Raiden Multipurpose API Wrapper build in TypeScript with many enpoints

License

Notifications You must be signed in to change notification settings

Dev-Raiden/raiden-api

Repository files navigation

Dev Raiden Multipurpose API

A Free API build in TypeScript and have many API endpoint.

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