@eversend/mobile-device-names-from-ids
Version:
Get mobile device names from Device IDs
13 lines (8 loc) • 313 B
Markdown
# mobile-device-names-from-ids
Get mobile (iOS and Android) device names from Device IDs
## Usage
```javascript
const mobileDeviceNamesFromIds = require('@eversend/mobile-device-names-from-ids');
const deviceName = mobileDeviceNamesFromIds.getDeviceName('iPhone16,2');
// deviceName = 'iPhone 15 Pro Max'
```