1.0.4 • Published 8 years ago
ulogger-server v1.0.4
ulogger-server ·

μLogger server (compatible with
bfabiszewski/ulogger-android)
Node.js implementation of bfabiszewski/ulogger-server, for people who don't want to use PHP.
Install
With npm installed, run
# npm install -g ulogger-serverConfiguration
- Open package installation directory (NPM default is
/usr/local/lib/node_modules/ulogger-server) - Copy
config.sample.jsontoconfig.json - Open with your favorite editor and customize options.
cd /usr/local # NPM global installation directory
cd lib/node_modules/ulogger-server
cp config.sample.json config.json
nano config.json # Use your favorite editor insteadUsage
If ulogger-server is installed globally and NPM installation directory is in PATH,
ulogger-serverUpcoming features
- RESTful API
- Real-time web position viewer (with OpenLayers map)
- Android and iOS app (using Cordova)
- Windows, OSX and Linux app (using Electron)
See Also
License
GPL-3.0