Skip to content

Commit 0f51261

Browse files
authored
Update README.md
1 parent d021b8b commit 0f51261

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
[![badge](https://img.shields.io/twitter/follow/api_video?style=social)](https://twitter.com/intent/follow?screen_name=api_video)
2+
3+
[![badge](https://img.shields.io/github/stars/apivideo/typescript-video-uploader?style=social)](https://github.com/apivideo/typescript-video-uploader)
4+
5+
[![badge](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.api.video)](https://community.api.video)
6+
17
![](https://github.com/apivideo/API_OAS_file/blob/master/apivideo_banner.png)
28

9+
api.video is an API that encodes on the go to facilitate immediate playback, enhancing viewer streaming experiences across multiple devices and platforms. You can stream live or on-demand online videos within minutes.
10+
311
# api.video video uploader
412
![npm](https://img.shields.io/npm/v/@api.video/video-uploader) ![ts](https://badgen.net/badge/-/TypeScript/blue?icon=typescript&label)
513

@@ -168,4 +176,4 @@ An onProgress event contains the following attributes:
168176
console.log(`index of the chunk being uploaded: ${event.currentChunk}.`);
169177
console.log(`number of bytes uploaded for the current chunk: ${event.currentChunkUploadedBytes}.`);
170178
});
171-
```
179+
```

0 commit comments

Comments
 (0)