curl http://bower.herokuapp.com/packages -v -F 'name=jquery' -F 'url=git://github.com/jquery/jquery.git'
curl http://bower.herokuapp.com/packages/jquery
Response
{"name":"jquery","url":"git://github.com/jquery/jquery.git"}
There is no direct way to unregister a package yet. For now, you can request a package be unregistered.
Install sinatra and bundler
gem install sinatra bundler
Install app dependencies
bundle install
Run the application
ruby application.rb
The standard heroku buildpack does not include sql try this one https://github.com/c4mprod/heroku-buildpack-ruby-sqlite
heroku config:set BUILDPACK_URL=https://github.com/c4mprod/heroku-buildpack-ruby-sqlite
Copyright 2013 Twitter, Inc.
Licensed under the MIT License