Go to file
2018-02-06 16:07:58 -05:00
doc Initial commit 2018-01-06 21:38:01 -05:00
ext Update version number and changelog 2018-02-06 15:02:12 -05:00
src/looped_in Sort comments by total children instead of immediate children 2018-02-06 14:59:15 -05:00
.gitignore Begin analytics.cljs; add secure api token handling 2018-01-31 17:23:43 -07:00
CHANGELOG.md Add dates to changelog 2018-02-06 16:07:58 -05:00
LICENSE Write README and update licensing 2018-02-04 10:00:21 -05:00
project.clj Update version number and changelog 2018-02-06 15:02:12 -05:00
README.md Remove all analytics and user tracking 2018-02-06 13:30:46 -05:00

Looped In

A browser extension that displays Hacker News comments for the current webpage

Looped In is a browser extension that displays Hacker News comments for the current webpage in a sidebar. It is written in ClojureScript.

Looped In will be available from the Chrome Web Store and the Firefox Add-ons site pending review. If you'd prefer to clone the repository and run the extension locally, read on.

Usage

To build Looped In locally, you'll need Leiningen, the Clojure build tool.

To obtain a copy of the source code:

$ git clone git@github.com:jdormit/looped-in.git

To build the source code once, navigate to the project root and run:

$ lein cljsbuild once

This will output the generated JavaScript to ext/js/generated.

To load the extension locally in your browser, see instructions for Firefox or instructions for Chrome.

License

Copyright © 2018 Jeremy Dormitzer

Distributed under the GNU General Public License v3. See LICENSE.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.