1.0.4 • Published 7 years ago

ulogger-server v1.0.4

Weekly downloads
12
License
GPL-3.0
Repository
github
Last release
7 years ago

ulogger_logo_small ulogger-server · GitHub license npm version

μ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-server

Configuration

  • Open package installation directory (NPM default is /usr/local/lib/node_modules/ulogger-server)
  • Copy config.sample.json to config.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 instead

Usage

If ulogger-server is installed globally and NPM installation directory is in PATH,

ulogger-server

Upcoming 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