https://github.com/netzulo/chromecast-manager-api
API rest for chromecast-manager proyect, https://github.com/netzulo/chromecast-manager
https://github.com/netzulo/chromecast-manager-api
Last synced: about 3 hours ago
JSON representation
API rest for chromecast-manager proyect, https://github.com/netzulo/chromecast-manager
- Host: GitHub
- URL: https://github.com/netzulo/chromecast-manager-api
- Owner: netzulo
- Created: 2017-08-13T23:31:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T23:31:46.000Z (almost 9 years ago)
- Last Synced: 2025-02-19T12:59:58.056Z (over 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chromecast-manager-api
- TODO list:
+ [x] Get devices connected to LAN
+ [x] Allow to send mp4 videos to ChromeCast Device
+ [] Support for Chromecast Audio device
+ [] Get tracklist of each device
+ [] Launch video uploading first to API
+ [] Use Youtube Funcionality APP
+ [] Use HBO Funcionality APP
+ [] Use NEFLIX Funcionality APP
## Install
```
npm install
```
## Test
```
npm test
```