Skip to content

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.

License

Notifications You must be signed in to change notification settings

joemccann/photopipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published