Skip to content

Convert hexadecimal to decimal quickly with this lean Node.js package. You can use it with any Javascript framework!

Notifications You must be signed in to change notification settings

aashay4/hexadecimaltodecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexadecimal-to-decimal

hexadecimal-to-decimal is a simple nodejs package to convert hexadecimal to decimal easily, can be used with Angular, React, Vue and any other framework.

Installation

npm i hexadecimal-to-decimal --save

Usage

Convert with just one line of code

  • For one of my clients, I had to created a Hexadecimal to decimal converter and then save value to the database. I wasted a lot of time searching online about these numbers. So, I thought uploading a package for the users can be helpful. I used Bignumber.js library to convert bigger numbers.

Hexadecimal to decimal conversion:

var decimal = require('hexadecimal-to-decimal')

console.log(decimal.decimal("10"));

About

Convert hexadecimal to decimal quickly with this lean Node.js package. You can use it with any Javascript framework!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published