All Projects → IanRamosC → metric.js

IanRamosC / metric.js

Licence: MIT license
ianramosc.github.io/metric.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to metric.js

unit-converter
Convert standard units from one to another with this easy to use, lightweight package
Stars: ✭ 104 (+258.62%)
Mutual labels:  package, unit-conversion
jean
Bored from installing tiny shell scripts and .dotfiles manually? Huh! Missing Shell Package Manager For Linux
Stars: ✭ 21 (-27.59%)
Mutual labels:  package
Pkskeleton
A Facebook & Twitter Like Card Loading Shimmer Skeleton Library.
Stars: ✭ 249 (+758.62%)
Mutual labels:  package
klee
A personnal UI library made as an excuse to have a published UI package
Stars: ✭ 19 (-34.48%)
Mutual labels:  package
units
A lightweight compile-time, header-only, dimensional analysis and unit conversion library built on c++11 with no dependencies
Stars: ✭ 17 (-41.38%)
Mutual labels:  unit-conversion
publish
Publish your module with one command in Deno.
Stars: ✭ 16 (-44.83%)
Mutual labels:  package
Vuepack
Publish .vue files in NPM packages
Stars: ✭ 242 (+734.48%)
Mutual labels:  package
R.oo
R package: R.oo - R Object-Oriented Programming with or without References
Stars: ✭ 19 (-34.48%)
Mutual labels:  package
rulr
📐 Validation and unit conversion errors in TypeScript at compile-time. Started in 2016.
Stars: ✭ 43 (+48.28%)
Mutual labels:  unit-conversion
laration
Simple package to see all current configurations being used by your Laravel application
Stars: ✭ 47 (+62.07%)
Mutual labels:  package
app-version-laravel
Laravel application versioning
Stars: ✭ 24 (-17.24%)
Mutual labels:  package
Mather
A powerful expression-based calculator, unit converter, and general computation engine for Android
Stars: ✭ 49 (+68.97%)
Mutual labels:  unit-conversion
laravel-web-push
Laravel package for sending out push notifications
Stars: ✭ 14 (-51.72%)
Mutual labels:  package
mathcore
Advanced .NET math library (.NET Standard).
Stars: ✭ 24 (-17.24%)
Mutual labels:  unit-conversion
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (+444.83%)
Mutual labels:  package
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+9162.07%)
Mutual labels:  package
dataset
qri dataset definition
Stars: ✭ 16 (-44.83%)
Mutual labels:  package
cft
Climate futures toolbox: easy MACA (MACAv2) climate data access 📦
Stars: ✭ 16 (-44.83%)
Mutual labels:  package
R.devices
🎨 R package: Unified Handling of Graphics Devices
Stars: ✭ 17 (-41.38%)
Mutual labels:  package
MGM-Ability
No description or website provided.
Stars: ✭ 64 (+120.69%)
Mutual labels:  package

Metric.js

Lightweight easy-to-use library for unit of measurement conversion.

Metric.js

Build Status

What is love Metric?

Metric.js is a lightweight library that provides an easy way to convert units of measurement.

Installation

$ npm install --save metricjs

or

<script src="./js/metric.min.js"></script>

Usage

// If you're using node
const metric = require("metricjs")

let birthday = new Date("1995-03-01T00:00:00Z").getTime()

let age = metric.milliseconds(Date.now() - birthday).toYears() // 21.38...

You can find the full documentation here

License

MIT © Ian Ramos

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].