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

https://github.com/yatharthx/word2num

Converts number words to number(s)
https://github.com/yatharthx/word2num

conversions convert-numbers functions-as-a-service number numbers word-to-number

Last synced: about 1 year ago
JSON representation

Converts number words to number(s)

Awesome Lists containing this project

README

          

# word2num

[![Build Status](https://travis-ci.org/yatharthk/word2num.svg?branch=master)](https://travis-ci.org/yatharthk/word2num) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)

> A micro `number word` to `number` conversion utility

### Installation

```
npm install --save word2num
```

### Usage

```js
const word2num = require('word2num')

word2num('three hundred') // 300
```

## License
MIT © Yatharth Khatri