Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 482 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 482 Bytes

Troubadour Bot

Troubadour is an open-source that combines an Angular web application front-end and a NodeJS/Express back-end to allow selection of current song/drink, display chords and lyrics, and update visual overlays on Streamlabs OBS. This repository contains the server/API portion of the project.

Build

Run npm build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm test to execute the unit tests.