Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
A simple image proxy server for MN legislature images.
JavaScript
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
node-imageable Using hacked version of node-imageable so that mime type is set corre…
.gitignore Initial draft.
Procfile Initial draft.
README.md
package.json
server.js Using hacked version of node-imageable so that mime type is set corre…

README.md

I Mage Proxerific

A simple image proxy server for MN legislature images.

Examples

Hacks

Due to some oddities with mime lookup and connect, node-imageable is not setting mime type correctly. This application is currently using a hacked version of node-imageable until the change is fixed upstream. See this pull request.

Run Locally

  • Ensure ImageMagick is installed. (brew install imagemagick)
  • npm install
  • node server.js
  • Visit one of the examples.

Deployment on Heroku

  • heroku create <app-name>
  • git push heroku master
  • heroku open
Something went wrong with that request. Please try again.