aboutsummaryrefslogtreecommitdiffstats

Clips

An Instapaper-ish web application that allows you to collect URLs to check later. Collect URLs using the included bookmarlet, which saves the URL of the current page.

Running the application

Clips is written in Camping. Start by bundle install-ing gems. Then start the server.

$ bundle install
$ rackup

Use Shotgun to auto-restart the server when the filesystem changes:

$ shotgun config.ru

A great shell you can use is Racksh. Start it and you can inspect the Clip model.

$ racksh
$ Clip::Models::Clip.all

License

Clips is licensed under the MIT License. See the included LICENSE file.