Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1013 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 1013 Bytes

podStation Chrome Extension

This is a podcast aggregator for chrome.

You can install the extension at the chrome web store.

Installing the dependencies

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.

Running locally

  1. Clone this repository
  2. Go to chrome's extensions page chrome://extensions/
  3. Enable the Developer Mode
  4. Click the button Load unpacked extension.
  5. 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!

Documentation

You can find the documentation on the docs folder.