Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 544 Bytes

send_vrc_desktop

send_vrc_desktop written in Rust.

Installation

cargo install --git https://github.com/vrc-plugin/send_vrc_desktop

Usage

PowerShell

Invoke-WebRequest -Method POST -ContentType application/json -Body '{ "url": "https://www.youtube.com/watch?v=c-ZWPYJYiAg"}' http://localhost:11400/url

curl

curl -X POST -H 'Content-Type: application/json' -d '{ "url": "https://www.youtube.com/watch?v=c-ZWPYJYiAg" }' http://localhost:11400/url