⚠️ INFO; Package is still under construction. Simple library that helps in identifing, validating and more for a given number
🏠 Homepage
npm install intl-phone-directory
// 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"}
npm run test
👤 Sachin Philip Mathew me@imsach.in
- Github: @labtocat
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Sachin Philip Mathew me@imsach.in.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator