traccar

0.0.8 • Public • Published

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.

Option Outdoor Indoor
Mongodb supported supported
Redis supported todo
Postgis todo todo

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

Readme

Keywords

Package Sidebar

Install

npm i traccar

Weekly Downloads

2

Version

0.0.8

License

ISC

Last publish

Collaborators

  • agoshx