Skip to content

erwinlem/javascriptrrd

Repository files navigation

Build Status Coverage Status bitHound Score bitHound Dependencies

Project goal

javascriptRRD is a library designed to plot data from rrd files using only clientside javascript.

javascriptRRD installation

Being Javascript an interpreted language, no compilation is needed. Just copy the files in the files located in the lib directory into a Web accessible location and use them.

The following libraries are used at runtime :

  • Flot
  • JQuery

The following libraries are used to aid development :

  • JsHint
  • Chai
  • Mocha
  • Instanbul

Dependencies could be installed using npm or you could manually edit the file javascriptrrd.wlibs.js and point it to the right location.

The examples directory contains ready to use examples, this could be used as a reference point.

Running tests

First install the dev packages :

npm update --save-dev

You can run the test or full coverage :

npm run test
npm run cover

Original implementation & credits

The original version of javascriptRRD can be found at : http://javascriptrrd.sourceforge.net

The goal of this fork is to make version for modern browsers with xhtml support. With the first stable release the name wil most likely change to avoid confusion.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published