meumobi / infomobi-v2

http://meumobi.github.io/infomobi
2 stars 6 forks source link

CImobi

CImobi allows companies to push important information and content (multimedia and documents) to their employees.

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.

Version

Beta 0.1

Tech

CImobi uses a number of open source projects to work properly:

PhoneGap Plugins:

Installation

# 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

Testing meumobi API

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=username@mail.com&password=PASSWORD'

$ curl http://int-meumobi.com/api/infobox.int-meumobi.com/items/latest -H "X-Visitor-Token: 530d35effbb421d395e212d7d0d70890fe834286"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT

Free Software