• Stars
    star
    635
  • Rank 68,247 (Top 2 %)
  • Language
    CoffeeScript
  • Created almost 12 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clipboard and drag & drop image sharing web app

Pasteboard

Pasteboard is my redesigned and renamed update to PasteShack, a web app for easy image uploading. The live version is available at http://pasteboard.co, and a development version that's running the code from the dev branch is up at http://dev.pasteboard.co.

Chrome extension repo: https://github.com/JoelBesada/pasteboard-extension

MIT Licensed (http://www.opensource.org/licenses/mit-license.php) Copyright 2012, Joel Besada

Why this is open source

While future plans for Pasteboard might prevent me from keeping it open source, I've decided to share the code for now for people to learn from. I'm also hoping that there are developers out there who would like to contribute to the project by helping out with fixing bugs and adding / discussing new features.

I've provided instructions on how to set up your own copy of the app, but this is mainly to allow people to fiddle around with the code and test it locally. Please don't publically host a copy of the app in an effort to drive traffic to your site instead of mine for the exact same functionality. In other words, don't be a jerk.

Running Locally

Here are the instructions for running the app for local testing:

Step 1: Install Node and Node Package Manager.
Step 2: Run the following commands in the terminal

git clone https://github.com/JoelBesada/pasteboard.git
cd pasteboard
git checkout dev
npm install
sudo apt-get install imagemagick
./run_local

Step 3 (Optional): Edit the example files in the /auth folder with your credentials and rename them according to the instructions inside the files. You can still run the app without doing this, but certain functions will be missing.