1.0.1 • Published 6 years ago

nat-communication v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

nat-communication

Installation

weexpack plugin add nat-communication
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'

// make a phone call
Nat.call('415-736-0000')

// send short message
Nat.sms('415-736-0000')

// send e-mail
Nat.mail('hi@natjs.com')

</script>

See the Nat Documentation for more details.

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-alpha

6 years ago

0.1.7

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago