Skip to content

NebulisAnalytics/nebulis-endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebulis Coding Analytics Endpoint

TravisCI Status Coverage Status Known Vulnerabilities npm version

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published