Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1011 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 1011 Bytes

linkdump

Simple link dump Sinatra app (JSON API + basic web views)

derekgottlieb/linkdump Build status Code Climate Ruby Style Guide

I use the following Pythonista 3 script to post new links from an iOS device via the Share menu: https://gist.github.com/derekgottlieb/a077355a4c355301577df93ee9f413f9

Getting started with development

rvm install .
gem install bundler

rvm use .
bundle install

lefthook install # setup git hooks

APP_DIR=$PWD CONSOLE_LOG=1 bundle exec puma