Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreineculau/tastebin
A pastebin with taste i.e. minimalistic
https://github.com/andreineculau/tastebin
Last synced: 24 days ago
JSON representation
A pastebin with taste i.e. minimalistic
- Host: GitHub
- URL: https://github.com/andreineculau/tastebin
- Owner: andreineculau
- License: apache-2.0
- Created: 2015-07-22T22:00:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T23:46:08.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T05:20:25.313Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 572 KB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/sstrigler)! :)
## Install and run
```sh
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
* [forever](https://github.com/foreverjs/forever)
* [upstarter](https://github.com/carlos8f/node-upstarter)
* ...[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/andreineculau/tastebin)
## 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
```sh
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)