RSS command line audio player.
Make sure you have installed NodeJS and NPM first and that you can run them from the command line.
- sudo apt-get install libasound2-dev
- Run
npm install
first to install dependencies
Build the project and watch for changes
npm run watch
Run the app
npm start