New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@devraiden/api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devraiden/api

Dev Raiden multipurpose API.

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
10
150%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

api

FAQs

Package last updated on 21 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts