Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongrov/roverz
native chat client for rocket.chat
https://github.com/mongrov/roverz
android-app chat collaboration enterprise free ios-app mobile-app native-app react-native real-time rocketchat roverz-chat slack
Last synced: 1 day ago
JSON representation
native chat client for rocket.chat
- Host: GitHub
- URL: https://github.com/mongrov/roverz
- Owner: mongrov
- License: apache-2.0
- Created: 2017-10-10T15:09:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:07:34.000Z (over 6 years ago)
- Last Synced: 2024-04-26T05:35:57.616Z (10 months ago)
- Topics: android-app, chat, collaboration, enterprise, free, ios-app, mobile-app, native-app, react-native, real-time, rocketchat, roverz-chat, slack
- Language: JavaScript
- Homepage: https://mongrov.com
- Size: 2.95 MB
- Stars: 44
- Watchers: 6
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![alt text][logo]
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[logo]: src/images/logo-inverse.png "roverz"
A native mobile chat client library for [Rocket.Chat](https://rocket.chat/) on both iOS and Android.
## Screenshots
![Screenshots][screenshots][screenshots]: docs/assets/roverz-screens.jpg "Screenshots"
## Features
Overview of features that are supported in this library
* groups
* private (groups)
* public(channels)
* 1:1 (direct)
* messages
* text
* image
* camera & gallery
* caching
* pinch and zoom
* video attachments
* emoji support
* threaded messages
* user/group profile pagesYou can embed this library to have collaboration in your application.
## Demo / Quick Start
1. Download mongrov official app from app store and install on your device
* [Apple App Store](https://itunes.apple.com/us/app/mongrov/id1313167859?ls=1&mt=8)
* [Google Play Store](https://play.google.com/store/apps/details?id=com.mongrov.app)
1. On launching app, tap on `app.mongrov.com` under label `WORKSPACE`
1. give your rocket.chat server full name on this dialog
1. if you dont have one, you can use open.rocket.chat or app.mongrov.com
1. user your username and password to login to the serverNOTE: if you want to test notifications, please use app.mongrov.com
## roverz Quick Start
A fully working example have been included in example directory.```
# clone source
git clone https://github.com/mongrov/roverz.git
cd mongrov/example# install all dependencies
npm install# start the service in a separate terminal
npm start -- --reset-cache# for iOS
react-native run-ios
# for android
react-native run-android
```## Usage
In order to include this library into your project, issue to your react-native project
```
npm install --save https://github.com/mongrov/roverz
```## Questions / Issues
If you got any questions or problems using, please visit our [Github Repository](https://github.com/mongrov/roverz) and write an issue.## Contributing
We're happy to include any type of contribution! This can be:* bug/issues
* code fixes
* language translations
* writing documentation & demosSee [CONTRIBUTING](CONTRIBUTING) for further information.
## License
Apache License, Version 2.0
See [LICENSE](LICENSE) for full details.
This project is supported and donated by
- [Mongrov, Inc](mongrov.com)
- [Elix Labs](elix.ai)