Home > stsh

stsh

Stsh is a project mainly written in RUBY and JAVASCRIPT, it's free.

Stsh.me

Stsh.me is both an endpoint to upload screenshots for a tinygrab-like client, as well as a url shortener.

Using stsh-client

If you would like to use stsh-client to upload your screenshots, just tell it to post to:

http://stsh.me/images

Using the url shortener

If you would like to use the currently hosted url shortener; just send an http POST request to http://stsh.me/ with a string as your param. This should work as a simple API for all platforms.

On POST a url will be returned to you to share to the rest of the world.

Example:

$ curl -d 'http://google.com/' http://stsh.me/
$ # => http://stsh.me/2d3

Authors

  • Jake Dahn http://stsh.me
  • Jesse Andrews http://overstimulate.com
  • You - send me a pull request

Open Source License - MIT:

Copyright (c) 2011 Jake Dahn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.