https://github.com/timnew/remoteimageserver
https://github.com/timnew/remoteimageserver
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/timnew/remoteimageserver
- Owner: timnew
- License: mit
- Created: 2014-09-13T13:28:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T07:01:12.000Z (over 11 years ago)
- Last Synced: 2025-01-11T06:24:29.710Z (over 1 year ago)
- Language: CoffeeScript
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RemoteImageServer [![NPM version][npm-image]][npm-url] [![Dependency Status][depstat-image]][depstat-url]
=================
> RemoteImageServer is the server for [RemoteImagePicker]
> RemoteImageServer publish your local image files for [RemoteImagePicker] to consume
## Install
Install using [npm][npm-url].
$ npm install RemoteImageServer
## Start
$ npm run start
For development
$ npm run dev
## Configuration
### Server Configuration
Check `configuration.json` for detail
```json
{
"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][npm-downloads]][npm-url]
[homepage]: https://github.com/timnew/RemoteImageServer
[npm-url]: https://npmjs.org/package/RemoteImageServer
[npm-image]: http://img.shields.io/npm/v/RemoteImageServer.svg?style=flat
[npm-downloads]: http://img.shields.io/npm/dm/RemoteImageServer.svg?style=flat
[depstat-url]: https://gemnasium.com/timnew/RemoteImageServer
[depstat-image]: http://img.shields.io/gemnasium/timnew/RemoteImageServer.svg?style=flat
[RemoteImagePicker]: https://github.com/timnew/RemoteImagePicker