Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sorenlouv/anybase-calculator
Calculator for any numeral system (binary, octal, decimal, hex etc.)
https://github.com/sorenlouv/anybase-calculator
addition base binary calculator decimal division hex multiplication numeral-systems octal radix subtraction
Last synced: about 2 months ago
JSON representation
Calculator for any numeral system (binary, octal, decimal, hex etc.)
- Host: GitHub
- URL: https://github.com/sorenlouv/anybase-calculator
- Owner: sorenlouv
- Created: 2017-04-29T23:12:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T21:18:31.000Z (over 6 years ago)
- Last Synced: 2024-04-14T09:23:49.483Z (9 months ago)
- Topics: addition, base, binary, calculator, decimal, division, hex, multiplication, numeral-systems, octal, radix, subtraction
- Language: JavaScript
- Homepage: https://sqren.github.io/anybase-calculator/
- Size: 1 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Try it
[https://sqren.github.io/anybase-calculator/](https://sqren.github.io/anybase-calculator/)
## Contribute
Install dependencies:
```
npm install
```Start server:
```
npm start
```Run tests:
```
npm test
```Run linting and formatting:
```
npm run format && npm run lint
```Deploy to GH Pages:
```
npm run build && npm run deploy
```