8000 GitHub - ya1sec/moonjump: A server that redirects you to a random page harvested from are.na or Hacker News.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ya1sec/moonjump

Repository files navigation

moonjump

Moonjump

Moonjump is a server that redirects you to a random page harvested from are.na, Hacker News, or Marginalia Search.

Usage

Try it out: moonjump.app

There are a few ways to make shortcuts to moonjump

  1. Add https://moonjump.app/jump to your bookmarks bar and use it to jump to a random page.
  2. If you have OSX and Hammerspoon installed, you can map a shortcut to open moonjump in your default browser.
    • I have mine mapped to Cmd+Ctrl+J
hs.hotkey.bind({"cmd", "ctrl"}, "j", function()
	hs.execute("open 'https://moonjump.app/jump'")
end)
  1. To launch from your shell, add the following to your ~/.zshrc or ~/.bashrc file:
alias moonjump='open "https://moonjump.app/jump"'

Are.na

A dictionary of the channels that are currently being used can be found at the top of lib/arena.py

Note that since the are.na api is paginated, the dictionary of channels is weighted by the number of pages in the channel. Channels with the most pages are more likely to be selected.

Hacker News

Get served a random link from Top Stories, Best Stories, or New Stories. Additional parameters and configuration might be added in the future.

Contributing

If you want to contribute, DM me or open a pull request. Things may be added or changed as needed.

TODO

  • Bookmarklet
  • Extension
  • Hammerspoon Spoon
  • Customization
  • lynx (text only sites)

About

A server that redirects you to a random page harvested from are.na or Hacker News.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0