AndTekUI (WIP)
Simple iOS web application to control your AndTek call center status. Comes with a (poor man's) PHP API located in the api/
folder to talk to the AndTek backend.
Installation
- Make sure you've installed all requirements
- Clone this repository:
git clone https://github.com/frdmn/AndTekUI
- Adjust the MAC addresses of your agents handsets in the
agents.json
:
cp agents.default.json agents.json
Development
- Make sure you've installed
grunt-cli
andbower
globally:
npm install -g grunt-cli bower
- Install all Node dependencies:
npm install
- Install all libraries using Bower:
bower install
- Run Grunt tasks to compile assets:
grunt
Contributing
- Fork it
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request
Requirements / Dependencies
- AndTek Call Center
- Web server
Version
1.0.0