https://github.com/gedex/node-image-placeholder
A ready-to-deploy app for image placeholder
https://github.com/gedex/node-image-placeholder
Last synced: over 1 year ago
JSON representation
A ready-to-deploy app for image placeholder
- Host: GitHub
- URL: https://github.com/gedex/node-image-placeholder
- Owner: gedex
- Created: 2012-09-29T12:20:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-29T20:35:12.000Z (almost 14 years ago)
- Last Synced: 2025-02-15T08:24:31.358Z (over 1 year ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Image-Placeholder
================
A ready web app to serve images for your image placeholder.
Image placeholder can be requested with following ways
(assuming app is deployed to example.com):
* A 300x300 image:
`
`

or
`
`
* A 400x320 image with text color #fff and background color #ff0000:
`
`

## Demo Instances
* [http://image-placeholder.jit.su/](http://image-placeholder.jit.su/)
* I couldn't get the app run on heroku. Seems the canvas workaround doesn't give me a luck.
Let me know if you can get the app running on heroku.
## Running locally
Before install dependencies, make sure you have [Cairo](http://www.cairographics.org/) installed.
[Node-canvas](https://github.com/LearnBoost/node-canvas/) depends on Cairo. Install dependencies:
````bash
npm install
````
Run image-placeholder:
````bash
node app.js
````
## Deploy to heroku
Later on this.
## Deploy to [nodejitsu](http://nodejitsu.com/)
This app is ready to deploy to nodejitsu. Make sure you change `subdomain` key
in `package.json`, or it will prompt you that the domain already exist. Make
sure you have nodejitsu account and [jitsu CLI](http://github.com/nodejitsu/jitsu) installed.
To deploy go to your cloned-image-placeholder repo and run:
````bash
jitsu deploy
````
## License - "MIT License"
Copyright (c) 2012 Akeda Bagus <admin@gedex.web.id>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.