artegoser / piped-api

NodeJs api wrapper for piped

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piped API

This is the API wrapper for Piped in Node.js (Typescript).

Docs

Installation

npm i piped-api

Usage

import { PipedAPI } from "piped-api";

const api = new PipedAPI("https://ytapi.dc09.ru");

let trending = await api.trending("US");

console.log(trending[0].title);

About

NodeJs api wrapper for piped

License:MIT License


Languages

Language:TypeScript 100.0%