Socket
Book a DemoInstallSign in
Socket

links

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

links

Experimental content sharing and collaboration platform.

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

Experimental content sharing and collaboration platform.

  • Anonymous
  • No UI elements

New: Hosted version at pad.sh

Screenshots

empty

text

$ links --footer="by <a href=http://juliangruber.com/>Julian Gruber</a>"

How it works

You start writing and get a public link. You send that link to someone and they see your content. As soon as they start editing themselves they get their own link which they can share again.

As long as you keep your tab open you can edit without getting a new link.

Running

You need at least node 0.11.0 to run this.

For production:

$ sudo npm install -g links
$ cd dir/to/put/the/db/in
$ links

For development:

$ git clone git@github.com:juliangruber/links.git && cd links
$ npm install
$ sudo npm link
$ links

CLI

  • --port, -p The port to run on
  • --footer Footer html to display
  • --db The path to the db, or hostname:port address to the multilevel server to connect to

TODO

  • setup public instance
  • add saving indicator
  • evaluate storage mechanisms for the token

Behind the scenes

Using koa for http, leveldb for the database and component for client side javascript.

License

MIT.

Keywords

links

FAQs

Package last updated on 16 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts