Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mint-dewit/slogo-nodecg
https://github.com/mint-dewit/slogo-nodecg
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mint-dewit/slogo-nodecg
- Owner: mint-dewit
- License: mit
- Created: 2023-09-18T14:01:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T10:32:35.000Z (about 1 year ago)
- Last Synced: 2024-10-03T08:57:37.059Z (4 months ago)
- Language: Vue
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slogo NodeCG bundle
Based on the excellent template by [zoton2](https://github.com/zoton2/nodecg-vue-ts-template). Many thanks.
## Templates
- [x] Lower thirds
- [x] Strap (location / time)
- [x] Logo overlays
- [x] Countdown## Configurability
Logos, images and colours should all be configurable such that the templates can be used throughout the programming but a consistent style can be kept.
## API
This bundle exposes the following HTTP endpoints on the url `/slogo-nodecg/api`:
### Lower thirds
`/lowerThirds/next`
`/lowerThirds/prev`
`/lowerThirds/take`
`/lowerThirds/:id/take`
`/lowerThirds/clear`
### Straps
`/straps/next`
`/straps/prev`
`/straps/take`
`/straps/:id/take`
`/straps/clear`
### Overlays
`/overlays/:id/take`
`/overlays/:id/clear`
`/overlays/:id/toggle`
### Countdown
`/overlays/take`
`/overlays/clear`
`/overlays/toggle`