sms-link

2.0.0 • Public • Published

sms-link Build Status Greenkeeper badge

Generate an SMS protocol link

Install

$ npm install --save sms-link

Usage

var smsLink = require('sms-link')
 
smsLink({phone: '411', body: 'Hello world'})
// On iOS 8
//=> sms:411&body=Hello%20world

Tested operating systems:

  • iOS 8
  • iOS 9
  • Android 5

If you test a new device version please send a pull request adding it to this list.

API

smsLink(options) -> string

Returns a URL string.

options

Required
Type: object

Either phone or body is required.

phone

Type: string

The phone number to prefill in the new SMS.

body

Type: string

The body to prefill in the new SMS. Text will be url-encoded in the returned URL.

License

MIT © Ben Drucker

Package Sidebar

Install

npm i sms-link

Weekly Downloads

145

Version

2.0.0

License

MIT

Unpacked Size

3.6 kB

Total Files

4

Last publish

Collaborators

  • bendrucker