项目作者: song940

项目描述 :
Apple iMessage
高级语言: JavaScript
项目地址: git://github.com/song940/imessage.git
创建时间: 2019-08-20T07:51:48Z
项目社区:https://github.com/song940/imessage

开源协议:MIT License

下载


apple-imessage apple-imessage

Apple iMessage

Installation

  1. $ npm install apple-imessage

Example

  1. const iMessage = require('apple-imessage');
  2. const im = new iMessage();
  3. (async () => {
  4. const messages = await im.getMessages();
  5. console.log(messages);
  6. })();

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.