0.0.2 ā€¢ Published 5 years ago

intl-phone-directory v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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