Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 717 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 717 Bytes

PhotoPipe

PhotoPipe is a node service that takes an URL of an image, writes it to disk and then can redirect or pipe it to another web service, such as one that only accepts binary uploads.

PhotoPipe has a plugins directory that ideally is a place you could post these photos. One working example is there.

Feel free to add and even implement some of the services.

License

MIT, bro

Installation

Requirements: Node and NPM need to be installed.

  1. git clone https://github.com/joemccann/photopipe.git
  2. cd photopipe
  3. npm i
  4. sudo node app
  5. open 127.0.0.1

or

  1. npm i photopipe
  2. cd node_modules/photopipe
  3. sudo node app
  4. open 127.0.0.1

Free Software, Fuck Yeah