0.0.8 • Published 10 years ago

traccar v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

DESCRIPTION

An implementation of Traccar for Nodejs. This allows you to report indoor/outdoor infomation and get query result in json format.

The following db options are supported.

OptionOutdoorIndoor
Mongodbsupportedsupported
Redissupportedtodo
Postgistodotodo

USAGE

Install:

npm install traccar

Optionally, you can add NPM packages by creating a json object:

"dependencies": {
    "traccar": "*"
}

and then type:

npm install

Module usage:

require('traccar');

Alternate database in file 'config.js':

from

exports.DEFAULTDB = this.MONGODB;

to

exports.DEFAULTDB = this.REDIS;

Also, it allows users to modify other default values in 'config.js'.

INTERFACE

Traccar Http Interface

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago