Skip to content

timnew/RemoteImageServer

Repository files navigation

RemoteImageServer NPM version Dependency Status

RemoteImageServer is the server for RemoteImagePicker
RemoteImageServer publish your local image files for RemoteImagePicker to consume

Install

Install using npm.

$ npm install RemoteImageServer

Start

$ npm run start

For development

$ npm run dev

Configuration

Server Configuration

Check configuration.json for detail

{
  "extensions": [".jpg", ".png"],
  "cache": {
    "exipration": 60000
  },
  "port": 4000,
  "discovery": {
    "interval": 5000
  }
}

Pods Configuration

Check pods.txt for detail

/Users/timnew/Pictures/HiFi
/Users/timnew/Pictures/Exported Photos/798

License

MIT

NPM downloads

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published