andreineculau / tastebin

A pastebin with taste i.e. minimalistic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tastebin

A pastebin with taste i.e. minimalistic

For a wiki flavour of Tastebin, see https://github.com/andreineculau/tastetyper

  • server: NodeJS, CoffeeScript, ExpressJS, ...
  • client: HTML5, CoffeeScript, HighlightJs, ...

New Edit Share List

Demo link

A friend of mine fired it up at http://tastebin.x-berg.de/ . Thanks, Stefan! :)

Install and run

git clone git://github.com/andreineculau/tastebin.git
cd tastebin
npm install
# edit config.coffee as you see fit
npm start

Here's what you can configure out-of-the-box: config.coffee.

In production, try

Deploy

Tested browsers

  • Chrome 44
  • Opera 30
  • Safari 8
  • Firefox 39

Dependencies

  • NodeJS
  • *nix OS
  • git in the $PATH
  • GNU ls in the $PATH as gnuls, gls or ls

Shell with curl/httpie

export TASTEBIN_URL="http://localhost:3000"
source tastebin.curl.sh # or tastebin.httpie.sh

# Save taste
echo "foo" | tastebin_save

# Save taste as...
echo "foo" | tastebin_save_as mynewtaste

License

Apache 2.0

About

A pastebin with taste i.e. minimalistic

License:Apache License 2.0


Languages

Language:CoffeeScript 66.3%Language:HTML 19.4%Language:CSS 9.6%Language:Shell 4.5%Language:JavaScript 0.4%