Skip to content

Commit b162f12

Browse files
committed
Refactor README.md to add download links and badges for different platforms
1 parent aa1418a commit b162f12

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
</div>
1212

13+
<div align="center">
14+
Download</br>
15+
<a href="https://github.com/locaal-ai/obs-urlsource/releases/download/0.3.6/obs-urlsource-0.3.6-windows-x64-Installer.exe"><img src="https://img.shields.io/badge/Windows-0078D6?style=for-the-badge" /></a>
16+
<a href="https://github.com/locaal-ai/obs-urlsource/releases/download/0.3.6/obs-urlsource-0.3.6-macos-universal.pkg"><img src="https://img.shields.io/badge/Mac-000000?style=for-the-badge&logo=Apple" /></a>
17+
<a href="https://github.com/locaal-ai/obs-urlsource/releases/download/0.3.6/obs-urlsource-0.3.6-x86_64-linux-gnu.deb"><img src="https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black"/></a>
18+
</div>
19+
1320
## Introduction
1421

1522
The URL/API Source is a plugin for [OBS Studio](https://obsproject.com) that allows fetcing data from a URL, API endpoint or file and displays it as text, image or even audio. [OBS Forums page](https://obsproject.com/forum/resources/url-api-source-fetch-live-data-and-display-it-on-screen.1756/) | [Blog post](https://www.morethantechnical.com/2023/08/10/url-api-source-obs-plugin/)
@@ -93,10 +100,10 @@ Features:
93100
- Output to multiple sources with one request (Output Mapping)
94101
- Multi-value (array, union) parsed output capture, object unpacking (via Inja)
95102
- Dynamic input aggregations (time-based, "empty"-based)
103+
- Websocket support
96104

97105
Coming soon:
98106
- Authentication (Basic, Digest, OAuth)
99-
- Websocket support
100107
- More parsing options (CSV, etc.)
101108
- More request types (HTTP PUT / DELETE / PATCH, and GraphQL)
102109
- More output formats (Markdown, slim, reStructured, HAML, etc.)

0 commit comments

Comments
 (0)