derekgottlieb / linkdump

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Ruby 86.2%Language:HTML 6.3%Language:Python 4.9%Language:Dockerfile 2.2%Language:Shell 0.4%