This is a podcast aggregator for chrome.
You can install the extension at the chrome web store.
You will need to install Node.js
and then install bower (with the command line
npm install -g bower
.
After installing bower, install the dependencies with the command
bower install
and copy them to the right places using the shell
script copy_depependencies.sh
.
- Clone this repository
- Go to chrome's extensions page chrome://extensions/
- Enable the Developer Mode
- Click the button Load unpacked extension.
- Choose the root folder of this project
Voilà!
You should see podStation's icon on chrome's toolbar.
You are now running a local copy of podStation, have fun!
You can find the documentation on the docs folder.