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

https://github.com/thoughtsunificator/message-parser

Enables sorting and grouping of users and channel mentions in a message.
https://github.com/thoughtsunificator/message-parser

javascript message-parser parser

Last synced: 3 months ago
JSON representation

Enables sorting and grouping of users and channel mentions in a message.

Awesome Lists containing this project

README

          

# message-parser

Enables sorting and grouping of users and channel mentions in a message.

## Getting started

### Installing

- ``npm install @thoughtsunificator/message-parser``

### Usage

```javascript
const message = Parser.parse("Hello @dsadsadas come join us in #dsadsa")
```