From ce816810e037592bd0f56e6affb9c06395959bbe Mon Sep 17 00:00:00 2001 From: Luan Date: Sat, 2 Nov 2024 02:22:21 -0300 Subject: [PATCH] chore(readme): Add some cool badges --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 28f82d5..3f9aa48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # What Is This? +[![JSR](https://jsr.io/badges/@luanrt/googlevideo)](https://jsr.io/@luanrt/googlevideo) +[![NPM](https://img.shields.io/npm/v/googlevideo)](https://www.npmjs.com/package/googlevideo) +[![License](https://img.shields.io/github/license/LuanRT/googlevideo)](./LICENSE) + This is a collection of utilities for working with Google Video APIs, with a primary focus on UMP. + * [Video Streaming Protos](./protos/video_streaming/) * [UMP (Parser)](./src/core/UMP.ts) * [ServerAbrStream (SABR Client)](./src/core/ServerAbrStream.ts) @@ -13,7 +18,15 @@ Usage examples can be found [here](./examples/). ## Installation ```bash +# NPM npm install googlevideo + +# JSR / Deno +npx jsr add @luanrt/googlevideo +deno add jsr:@luanrt/googlevideo + +# GitHub +npm install LuanRT/googlevideo ``` ## Basic Usage