Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmills/scrup-node-receiver
https://github.com/benmills/scrup-node-receiver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benmills/scrup-node-receiver
- Owner: benmills
- Created: 2011-06-07T13:50:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T20:34:43.000Z (about 11 years ago)
- Last Synced: 2024-04-17T02:56:30.185Z (7 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 200 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
Node Receiver for Scrup
========================This is a simple node server that recieves and saves images from [scrup](https://github.com/rsms/scrup), a OS X program that lets you save screenshots to a server and puts the image url in your clipboard.
The special part is that scrup-node-receiver doesn't write the images to disk, it holds the last 30 images in memory and as you go over that limit it drops the oldest image. Also scrup-node-receiver is ready to be deployed to [heroku](http://heroku.com) for ease of use.
Heroku Install
---------------------You will need to use the new heroku cedar stack to use scrup-node-receiver.
1. First create the heroku app, `heroku create --stack cedar`
2. Push the code to the app, `git push heroku master`
3. Scale the web process, `heroku ps:scale web=1`Now the heroku app should be deployed. Now you just need to take the URL that was returned when you created the heroku app to configure scrup.