CImobi allows companies to push important information and content (multimedia and documents) to their employees.
- news feed, including rich media
- add events to calendar
- download documents to read offline
- important communications (news or event) can be delivered by mobile push notification
- role specific targeting: define groups and restrict access to specific content based on these groups
Give organization the ability to manage content, users and customize interface through the cloud CMS meumobi.
Streamline Internal Communications and Increase Employee Engagement, put CImobi in the pocket of your employees.
Beta 0.1
CImobi uses a number of open source projects to work properly:
- MobileAngularUI - awesome mobile UI framework
- PhoneGap - open source framework to create mobile apps using standardized web APIs
- meumobi - mobile site builder
PhoneGap Plugins:
- com.jcjee.plugins.emailcomposer - Email Composer with Attachments
- org.apache.cordova.device - Cordova Device Plugin
- org.apache.cordova.file - Cordova File Plugin
- org.apache.cordova.file-transfer - Cordova FileTransfer Plugin
- io.github.pwlin.cordova.plugins.fileopener2 - File Opener2 Plugin
- nl.x-services.plugins.toast - Toast PhoneGap Plugin
# Installing required tools
sudo npm install -g bower gulp phonegap
# Clone Repository
git clone "https://github.com/meumobi/infomobi.git" && cd infomobi
# Install dependencies
bower install
npm install
# Build your project for the first time
gulp build
# Test/Debug in a Web Browser
gulp
Example of visitor login and GET list of latest items (using a valid Token)
$ curl --request POST http://int-meumobi.com/api/infobox.int-meumobi.com/visitors/login --data '[email protected]&password=PASSWORD'
$ curl http://int-meumobi.com/api/infobox.int-meumobi.com/items/latest -H "X-Visitor-Token: 530d35effbb421d395e212d7d0d70890fe834286"
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
MIT
Free Software