1.0.3 • Published 8 years ago

number-axis v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

number-axis

A Number-Axis Class that calculates the position of a given value in a value range.

NPM version Build Status Clean Code Dependency Status devDependency Status License

Browser support

Chrome, Safari, Firefox, Opera, IE9+

Installation

    npm install number-axis

    or 

    jspm install npm:number-axis

Usage

    var package = require('number-axis');

    /**
    * TODO add doc.
    */

Tests

    # TODO add test.

    npm test