piped-api
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.3
    9
    • latest

Version History

Package Sidebar

Install

npm i piped-api

Weekly Downloads

9

Version

1.2.3

License

MIT

Unpacked Size

40.1 kB

Total Files

16

Last publish

Collaborators

  • artegoser