Skip to content

Instantly share code, notes, and snippets.

@gisthero
gisthero / Gemfile
Last active December 17, 2015 06:39
Sinatra on Heroku
source 'https://rubygems.org'
gem 'sinatra'
@gisthero
gisthero / Gemfile
Created May 13, 2013 10:48
Rack on Heroku
source 'https://rubygems.org'
gem 'rack'
@gisthero
gisthero / Procfile
Created May 13, 2013 10:50
Flask on Heroku
web: gunicorn hello:app
@gisthero
gisthero / Procfile
Created May 13, 2013 10:53
Express on Heroku
web: node web.js
@gisthero
gisthero / Procfile
Created May 13, 2013 10:54
Restify on Heroku
web: node rest.js
@gisthero
gisthero / FAQs.md
Created May 19, 2013 13:25
GistHero FAQs

GistHero Frequently Asked Questions

@gisthero
gisthero / Updates.md
Last active December 17, 2015 12:09
GistHero Updates

GistHero Updates

Version 1.0 - May 25, 2013

  • NEW: Initial release