https://github.com/vovanr/number-converter
Convert decimal, binary and hexadecimal numbers
https://github.com/vovanr/number-converter
vovanr-service
Last synced: 9 months ago
JSON representation
Convert decimal, binary and hexadecimal numbers
- Host: GitHub
- URL: https://github.com/vovanr/number-converter
- Owner: VovanR
- License: mit
- Created: 2018-02-15T20:40:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T09:24:08.000Z (over 3 years ago)
- Last Synced: 2025-10-13T12:12:11.115Z (9 months ago)
- Topics: vovanr-service
- Language: JavaScript
- Homepage: https://vovanr.github.io/number-converter
- Size: 110 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# number-converter

[![Commitizen friendly][commitizen-image]][commitizen-url]
[![XO code style][codestyle-image]][codestyle-url]
[![Tested with TestCafe][testcafe-image]][testcafe-url]
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
> Convert decimal, binary and hexadecimal numbers
Demo: [vovanr.github.io/number-converter][demo]

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)
[demo]: https://vovanr.github.io/number-converter
[commitizen-url]: https://commitizen.github.io/cz-cli/
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square
[codestyle-url]: https://github.com/xojs/xo
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square
[testcafe-url]: https://github.com/DevExpress/testcafe
[testcafe-image]: https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg?style=flat-square
[travis-url]: https://travis-ci.org/VovanR/number-converter
[travis-image]: https://img.shields.io/travis/VovanR/number-converter.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/VovanR/number-converter
[coveralls-image]: https://img.shields.io/coveralls/VovanR/number-converter.svg?style=flat-square