Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliangruber/links
Experimental content sharing and collaboration platform.
https://github.com/juliangruber/links
Last synced: 11 days ago
JSON representation
Experimental content sharing and collaboration platform.
- Host: GitHub
- URL: https://github.com/juliangruber/links
- Owner: juliangruber
- Created: 2013-12-10T11:20:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T08:38:07.000Z (over 5 years ago)
- Last Synced: 2024-05-01T23:20:44.677Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 43
- Watchers: 5
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# links
[![build status](https://secure.travis-ci.org/juliangruber/links.svg)](http://travis-ci.org/juliangruber/links)
Experimental content sharing and collaboration platform.
* Anonymous
* No UI elements## Screenshots
![empty](screenshots/empty.png)
![text](screenshots/text.png)
```bash
$ links --footer="by Julian Gruber"
```## 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:
```bash
$ sudo npm install -g links
$ cd dir/to/put/the/db/in
$ links
```For development:
```bash
$ git clone [email protected]: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](https://github.com/juliangruber/multilevel) server to connect to## TODO
* evaluate storage mechanisms for the token
## Behind the scenes
Using [koa](https://github.com/koajs/koa) for http, [leveldb](https://code.google.com/p/leveldb/) for the database and [component](https://github.com/component/component) for client side javascript.
## License
MIT.