Popularity
1.3
Stable
Activity
0.0
Stable
26
4
3

Programming language: CoffeeScript
License: Apache License 2.0
Tags: Pastebins    
Latest version: v0.10.0

tastebin alternatives and similar software solutions

Based on the "Pastebins" category.
Alternatively, view tastebin alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tastebin or a related project?

Add another 'Pastebins' Software solution

README

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](SEEME.png) [Edit](SEEME2.png) [Share](SEEME3.png) [List](SEEME4.png)

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](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](LICENSE)


*Note that all licence references and agreements mentioned in the tastebin README section above are relevant to that project's source code only.