@devraiden/api
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i @devraiden/api

Weekly Downloads

6

Version

1.0.2

License

GPL-3.0-or-later

Unpacked Size

76.2 kB

Total Files

61

Last publish

Collaborators

  • devraiden