Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 348 Bytes

rss-player

RSS command line audio player.

Requirements

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

Build the project and watch for changes

npm run watch

Run the app

npm start