An open API service indexing awesome lists of open source software.

https://github.com/jzucker2/node-video-select-cli


https://github.com/jzucker2/node-video-select-cli

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# node-video-select-cli

I should just move this into the python project ...

## Basic Testing

```
npm start

curl -X POST localhost:3131/video-select/denon/10.0.1.101 -H 'Content-Type: application/json' -d '{"mode":"DVD"}'
{"video-select-mode":"DVD"}

curl localhost:3131/video-select/denon/10.0.1.101
{"video-select-mode":"CBL/SAT"}
```