Project

picgarage

0.0
No commit activity in last 3 years
No release in over 3 years
A tool & ruby gem for uploading images to PicGarage.net
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

Requirements

  • Ruby (MRI)
  • RubyGems

Install

gem install picgarage

Usage

Tool

pgupload /path/to/image.jpg

The image URL will be returned & copied to your clipboard

Library

require 'picgarage'
begin
  picgarage = PicGarage::PicGarage.new
  image_url = picgarage.upload_image('/path/to/image.jpg')
  puts image_url
rescue => error
  puts error
end

License

PicGarage is released under the MIT license.