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)
- Host: GitHub
- URL: https://github.com/yatharthx/word2num
- Owner: yatharthx
- License: mit
- Created: 2017-03-02T10:03:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T14:40:16.000Z (almost 9 years ago)
- Last Synced: 2024-03-30T04:43:58.508Z (about 2 years ago)
- Topics: conversions, convert-numbers, functions-as-a-service, number, numbers, word-to-number
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# word2num
[](https://travis-ci.org/yatharthk/word2num) [](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