Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngot/roma-convertor
Roma number convert tool
https://github.com/ngot/roma-convertor
Last synced: about 1 month ago
JSON representation
Roma number convert tool
- Host: GitHub
- URL: https://github.com/ngot/roma-convertor
- Owner: ngot
- Created: 2014-03-12T14:33:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T02:56:50.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T21:26:33.052Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![NPM](https://nodei.co/npm/roma-convertor.png)](https://nodei.co/npm/roma-convertor/)
[![Build Status](https://travis-ci.org/ngot/roma-convertor.png?branch=master)](https://travis-ci.org/ngot/roma-convertor)
###Roma Cconvertor
#####*Roma number convert tool*###Installation
Install with [npm](http://npmjs.org):
```bash
npm install roma-convertor --save
```###Usage
```js
var roma = require('roma-convertor');
var m = roma.parse(1);
var n = roma.depParse("V");
```###LICENSE
#####MIT