Simple link dump Sinatra app (JSON API + basic web views)
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
rvm install .
gem install bundler
rvm use .
bundle install
lefthook install # setup git hooks
APP_DIR=$PWD CONSOLE_LOG=1 bundle exec puma