intl-phone-directory
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Welcome to intl-phone-directory ☎️

Version Documentation Maintenance License: MIT

International Phone Directory, which contains info about country code, validation etc..

🏠 Homepage

Install

npm install intl-phone-directory

Usage

 
// es5
const getTelephoneInfo = require(intl-phone-directory)
 
// es6/es7
import getTelephoneInfo from 'intl-phone-directory';
 
// typescript
import * as getTelephoneInfo from 'intl-phone-directory';
 
 
getTelephoneInfo('Vietnam') //{"code": "VN", "dialCode": "84", "name": "Vietnam"}
 

Run tests

npm run test

Author

👤 Sachin Philip Mathew me@imsach.in

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Sachin Philip Mathew me@imsach.in.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Package Sidebar

Install

npm i intl-phone-directory

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

85.4 kB

Total Files

26

Last publish

Collaborators

  • labtocat