mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
docs: update mobile carriers
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -132,12 +132,18 @@ Here is a list of variables that you can use to customize your newly copied `.en
|
||||
| **Carrier** | **Environment variable** | **Notes** |
|
||||
|:---:|:---:|:---:|
|
||||
| AT&T | `att`| |
|
||||
| Bell | `bell` | |
|
||||
| Fido | `fido` | |
|
||||
| Google | `google`| |
|
||||
| Koodo | `koodo` | |
|
||||
| Mint | `mint`| |
|
||||
| Rogers | `rogers` | |
|
||||
| Sprint | `sprint`| |
|
||||
| Telus | `telus`| |
|
||||
| T-Mobile | `tmobile`| |
|
||||
| Verizon | `verizon`| Works with Visible |
|
||||
| Virgin | `virgin`| |
|
||||
| Virgin (CA) | `virgin-ca`| |
|
||||
|
||||
#### Supported countries
|
||||
|
||||
|
||||
+6
-5
@@ -69,17 +69,18 @@ const notifications = {
|
||||
phone: {
|
||||
availableCarriers: new Map([
|
||||
['att', 'txt.att.net'],
|
||||
['bell', 'txt.bell.ca'],
|
||||
['fido', 'fido.ca'],
|
||||
['google', 'msg.fi.google.com'],
|
||||
['koodo', 'msg.koodomobile.com'],
|
||||
['mint', 'mailmymobile.net'],
|
||||
['rogers', 'pcs.rogers.com'],
|
||||
['sprint', 'messaging.sprintpcs.com'],
|
||||
['telus', 'msg.telus.com'],
|
||||
['tmobile', 'tmomail.net'],
|
||||
['verizon', 'vtext.com'],
|
||||
['bell', 'txt.bell.ca'],
|
||||
['fido', 'fido.ca'],
|
||||
['rogers', 'pcs.rogers.com'],
|
||||
['kudo', 'msg.koodomobile.com'],
|
||||
['virgin', 'vmobile.ca']
|
||||
['virgin', 'vmobl.com'],
|
||||
['virgin-ca', 'vmobile.ca']
|
||||
]),
|
||||
carrier: envOrString(process.env.PHONE_CARRIER),
|
||||
number: envOrString(process.env.PHONE_NUMBER)
|
||||
|
||||
Reference in New Issue
Block a user