Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheshire137/pocket-reddit
Chrome extension for linking to Reddit discussions from your Pocket queue.
https://github.com/cheshire137/pocket-reddit
chrome-extension javascript pocket reddit
Last synced: 17 days ago
JSON representation
Chrome extension for linking to Reddit discussions from your Pocket queue.
- Host: GitHub
- URL: https://github.com/cheshire137/pocket-reddit
- Owner: cheshire137
- Created: 2014-06-03T00:47:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T02:25:19.000Z (over 10 years ago)
- Last Synced: 2024-12-04T20:54:19.819Z (19 days ago)
- Topics: chrome-extension, javascript, pocket, reddit
- Language: JavaScript
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pocket Reddit
Chrome extension for linking to Reddit discussions from your Pocket queue.
## How to Build
1. `npm install -g gulp` to globally install Gulp
1. `npm install` to install necessary Gulp modules
1. `bundle` to install necessary gems
1. `gulp` to watch CoffeeScript, LESS, and Haml files for changes
1. In Chrome at `chrome://extensions/`, click 'Load unpacked extension...' and choose the extension directory.