Phone to Timezone
Get possible timezones by phone number.
Description
This project provides a utility to determine possible timezones based on phone numbers. It uses a trie data structure to efficiently map phone number prefixes to timezones.
Installation
To install the dependencies, run:
npm install phone-to-timezone
Example
import phoneToTimezone from 'phone-to-timezone';
const timezones = phoneToTimezone("12125556789");
console.log(timezones);
License
This project is licensed under the Apache License 2.0. See the LICENSE file for details.