Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattms/whats_my_age_again

Convert numbers to other bases
https://github.com/mattms/whats_my_age_again

Last synced: about 1 month ago
JSON representation

Convert numbers to other bases

Awesome Lists containing this project

README

        

# What's my age again?

Convert values to different [bases (radix)](https://en.wikipedia.org/wiki/Radix).

Open [index.html](./index.html) in a browser and play with the input values.

Just a simple demo that I made for fun.

## Development

Clone the repo then `npm install` to download dependencies.

`npm run build` to rebuild index.html after changing any files.