1.2.3 • Published 9 months ago

piped-api v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.0-dev

9 months ago