Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajkumar-justcoder/get-youtube-detail
https://github.com/rajkumar-justcoder/get-youtube-detail
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajkumar-justcoder/get-youtube-detail
- Owner: Rajkumar-justcoder
- Created: 2023-07-16T05:28:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T13:50:20.000Z (over 1 year ago)
- Last Synced: 2024-10-11T02:33:37.201Z (4 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Youtube Data
A lib for getting youtube title,videoid,channelid,and channel/video description.
## Installation```bash
#Install my-project with npm
npm i get-youtube-detail#or
#Install my-project with pnpm
pnpm i get-youtube-detail
#or#Install my-project with yarn
yarn add get-youtube-detail```
## Usage/ExamplesData is returned on the basic of url and type selected
```javascript
import {getYoutubeData} from 'get-youtube-detail'const data = await getYoutubeData({ url: 'your yt url here', checkType:"select type" }
```
Types are
```ts
"videoID" | "channelID" | "description"
```Data is returned on the basic of url and type selected
## Authors
- [@rajkumar-justcoder](https://github.com/rajkumar-justcoder/)