Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codebytere/nodemessage

interact with your local iMessage database
https://github.com/codebytere/nodemessage

imessage messaging nodejs npm-package

Last synced: about 2 months ago
JSON representation

interact with your local iMessage database

Awesome Lists containing this project

README

        

[![npm](https://img.shields.io/npm/dm/nodemessage.svg)](https://www.npmjs.com/package/nodemessage)

## NodeMessage

This library allows you to query and chain commands to your local iMessage database.

All functions return promises.

### Installation

```sh
$ npm install nodemessage
```

### Setup

```javascript
const imessage = require('nodemessage')
const m = new imessage()
```

### Documentation

1. [Multi-Purpose](docs/general.md)
2. [Messages](docs/messages.md)
3. [Attachments](docs/attachments)