Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wejs/we-plugin-messenger
We.js messenger plugin for we.js v0.3.x
https://github.com/wejs/we-plugin-messenger
Last synced: about 2 months ago
JSON representation
We.js messenger plugin for we.js v0.3.x
- Host: GitHub
- URL: https://github.com/wejs/we-plugin-messenger
- Owner: wejs
- Created: 2014-10-04T20:36:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T07:42:55.000Z (over 8 years ago)
- Last Synced: 2024-11-14T01:23:56.640Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://wejs.org
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# We.js messenger plugin
[![Dependency Status](https://david-dm.org/wejs/we-plugin-messenger.png)](https://david-dm.org/wejs/we-plugin-messenger)
[![Build Status](https://travis-ci.org/wejs/we-plugin-messenger.svg?branch=0.3.x)](https://travis-ci.org/wejs/we-plugin-messenger)## Installation
```sh
we i we-plugin-messenger
```## Has suport to:
- user to user talk
- public chat
- user to room!## Helpers
### we-messenger-room :
```hbs
{{we-messenger-room roomId=1 heigth=300 iframeHeigth=400 width='100%'}}
```### How to test
after clone and install npm packages:
```sh
we test
```##### For run only 'Chat' test use:
```sh
we-test -g 'Chat'
```##### For run the javascript linter
```sh
npm run lint
```#### NPM Info:
[![NPM](https://nodei.co/npm/we-plugin-messenger.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/we-plugin-messenger/)## License
Under [the MIT license](https://github.com/wejs/we/blob/master/LICENSE.md).