Giter Site home page Giter Site logo

nomie-uom's Introduction

Nomie's Unit of Measurement module.

This is a simple JS Class for interacting with Nomie's UOM. Unit of Measurement (UOM) tell Nomie how to display data from a given tracker

Currently available

Count,Reps,Happys,Dollars,Peso,Francs,Pounds,Rupees,Yen,Euros,Time,Seconds,Minutes,Hours,Days,Millimeters,Centimeters,Meter,Kilometers,Inches,Celsius,Fahrenheit,Feet,Yards,Miles,Milligrams,Grams,Kilograms,Stones,Stones,Ounces,Pounds,Cups,Fluid Ounces,Pints,Quarts,Gallons,Liters,Milliliters

Set your base uom variable

var uom = new NomieUOM();

Display a formatted value

Let's say you have a value of 55 and a tracker with a uom of dollars

uom.displayValue('dollars', 55); // returns $55.00

Get Plural Label of UOM

uom.plural('dollars'); // returns Dollars

Get Singular Label of UOM

uom.singular('dollars'); // returns Dollar

Get Symbol / Abv of UOM

uom.abv('dollars'); // returns $

nomie-uom's People

Contributors

brandoncorbin avatar thejeshgn avatar

Stargazers

 avatar Allison avatar Matt Erbst avatar Noah Huber-Feely avatar Sean Nam avatar

Watchers

 avatar James Cloos avatar Allison avatar

Forkers

thejeshgn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.