Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjyo/hackback
A bookmarket that directs you back to HackerNews' comments page
https://github.com/rjyo/hackback
Last synced: about 1 month ago
JSON representation
A bookmarket that directs you back to HackerNews' comments page
- Host: GitHub
- URL: https://github.com/rjyo/hackback
- Owner: rjyo
- Created: 2011-05-09T10:38:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-02T02:28:14.000Z (over 13 years ago)
- Last Synced: 2024-04-15T12:18:24.413Z (9 months ago)
- Language: JavaScript
- Homepage: hackback.cloudfoundry.com
- Size: 194 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Say Hello to HackBack
===
this bookmarklet leads you back to HackerNewsWhat Is This For?
---
Here's the usecase: You opened a HackerNews link from Twitter, Facebook, your favorite RSS reader, or etc. But there's no easy way to check the original post and comments on HN, which might be more valuable that the link itself.This bookmarklet does one simple job: it brings you back to the comment page on HN.
Install The Bookmarket
---
Goto [HackBack](http://hackback.cloudfoundry.com) on Cloud Foundry and drag the bookmarklet to your browsers' bookmark bar.Install On Cloud Foundry
---
Here is the how to install it on Cloud Foundry:gem install vmc
vmc target api.cloudfoundry.com
vmc login # if you've got the invitation, it's in your mail
vmc push your_app
vmc env-add your_app NODE_ENV=production# update your app
vmc update your_app# check status/logs
vmc stats your_app
vmc logs your_app