0.4.2 • Published 7 years ago

nebulis-endpoint v0.4.2

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

Nebulis Coding Analytics Endpoint · TravisCI Status Coverage Status Known Vulnerabilities

This is the endpoint for tracking Nebulis coding projects.

Nebulis provides realtime analytics and reporting for coding projects. With Nebulis you can embed an endpoint into your coding units so that you can gather code changes to a project fork. Nebulis is set up to be close to zero configuration, so as soon as the endpoint is launched on a fork, that user will be instantly registered into the system and attached to the associated project.

Installation


The endpoint cleanly embeds into a project you are working on and monitors activity.

To install simply run

npm install --save nebulis-endpoint

Nebulis requires only one file for configuration. In your project root add a .nebulis file which contains this structure:

{
  "server": "myserver.com",
  "port": 443
}

This will point the endpoint at your Nebulis server.

Then in you project file add:

const nebulis = require('nebulis-endpoint');

when the project is run, the server will run automatically.

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago