# youtube-uploads

> Get the uploads of a specific Youtube channel.

Latest version **1.0.0** (published 2017-05-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install youtube-uploads
pnpm add youtube-uploads
yarn add youtube-uploads
bun add youtube-uploads
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-05-04 |
| First published | 2017-05-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | kahlil |

## Links

- npm: https://www.npmjs.com/package/youtube-uploads
- npm.io page: https://npm.io/package/youtube-uploads

## Dependencies (1)

- [whatwg-fetch](https://npm.io/package/whatwg-fetch.md) ^2.0.3

## Recent versions

- 1.0.0 (latest) — 2017-05-04

## README

# youtube-uploads

Get the uploads of a specific Youtube channel.

## API

```js
const youtubeUploads = require('youtube-uploads')

// The functions takes the Youtube API key a channelname and
// a pages amount. The API returns the video data in pages, each
// page contains data of 5 videos.
const arrayOfVideoData = youtubeUploads('YOUR_YT_API_KEY', 'channelname', 5)

---
_Source: https://npm.io/package/youtube-uploads · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
