Skip to content

sembaye/numberconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numberconverter

A library that converts a numbers into different number systems.

About


Install


Getting Started


var Convert = require('numberconverter');

conn = new Convert();

var x=conn.convert("dec","200");

console.log(x.hex064); //outputs: '00 00 00 00 00 00 00 c8'

Contributing


Patches/Pull-requests are always welcome. For simple typos and single line fixes please just raise an issue pointing out our mistakes. Clearly describe the issue including steps to reproduce when it is a bug.

For further help, or general discussion, please use the Node-RED mail group on GoogleGroups.

Copyright and license


Copyright 2017, sembaye, under the MIT license.

Additional Resources


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published