https://github.com/lsongdev/imessage
Apple iMessage
https://github.com/lsongdev/imessage
apple-imessage imessage
Last synced: 5 months ago
JSON representation
Apple iMessage
- Host: GitHub
- URL: https://github.com/lsongdev/imessage
- Owner: lsongdev
- License: mit
- Created: 2019-08-20T07:51:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T12:37:56.000Z (about 4 years ago)
- Last Synced: 2025-09-30T15:34:50.600Z (6 months ago)
- Topics: apple-imessage, imessage
- Language: JavaScript
- Homepage: https://npmjs.org/apple-imessage
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## apple-imessage [](https://npmjs.org/apple-imessage)
> Apple iMessage
### Installation
```bash
$ npm install apple-imessage
```
### Example
```js
const iMessage = require('apple-imessage');
const im = new iMessage();
(async () => {
const messages = await im.getMessages();
console.log(messages);
})();
```
### 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](./LICENSE).
---