Socket
Socket
Sign inDemoInstall

italian-words-to-numbers

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    italian-words-to-numbers

Javascript library to translate Italian written numbers to its numeric value


Version published
Weekly downloads
5
Maintainers
1
Install size
12.9 kB
Created
Weekly downloads
 

Readme

Source

italian-words-to-numbers

Javascript library to translate Italian written numbers to its numeric value.

Works with correctly spelled integers from a value of -999.999.999 up to 999.999.999 ((meno) novecentonovantanove milioni e novecentonovantanovemilanovecentonovantanove).

Installation

Install using

npm install --save italian-words-to-numbers

Usage

const iWtoN = require('italian-words-to-numbers');
// or
import * as iWtoN from 'italian-words-to-numbers';
const number = iWtoN.convert('settecentosettantotto'); // => 778

Credits

Inspired by howlowck/words-to-num library for English numbers.

Keywords

FAQs

Last updated on 31 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc