You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
bin | 5 years ago | |
src | 5 years ago | |
.babelrc | 5 years ago | |
.eslintrc.json | 5 years ago | |
.gitignore | 5 years ago | |
.npmignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
config.sample.json | 5 years ago | |
index.js | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago |
README.md
@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-server
Configuration
- Open package installation directory (NPM default is
/usr/local/lib/node_modules/ulogger-server
) - Copy
config.sample.json
toconfig.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