A small Angular based Hybrid app for JCE students
Go to file
2015-07-22 12:20:37 +03:00
hooks 0.1.13alfa-develop_perview 2015-01-11 00:11:51 +02:00
scss 0.1.13alfa-develop_perview 2015-01-11 00:11:51 +02:00
www Fix #7 and #1 - aguda notifications and new icon from Guy 2015-02-02 15:23:52 +02:00
.bowerrc 0.1.13alfa-develop_perview 2015-01-11 00:11:51 +02:00
.gitignore Bug #7 - Need to fetch Live feed from Aguda (via facebook) 2015-02-01 23:13:58 +02:00
bower.json 0.1.13alfa-develop_perview 2015-01-11 00:11:51 +02:00
config.xml Bug #7 - Need to fetch Live feed from Aguda (via facebook) 2015-02-01 23:13:58 +02:00
gulpfile.js 0.1.13alfa-develop_perview 2015-01-11 00:11:51 +02:00
ionic.project 0.1.13alfa-develop_perview 2015-01-11 00:11:51 +02:00
package.json 0.1.13alfa-develop_perview 2015-01-11 00:11:51 +02:00
README.md Update README.md 2015-07-22 12:20:37 +03:00


Moblie Version

------- > **Note**: This app Is **Not** working at the moment. JCE has Stopped supporting the API that we used in this app.

This app was created in a few days while trying to learn AngularJS and Hybrid development technology.

This app was inspired by the JCE Manager Project written by me and Liran Ben-Gida.

The JCE Official Mobile app was bad in my opinion so I wanted to do it right.

At the moment the app is still in Develop mode, If you would like to try it you can build it yourself or e-mail me to get in the testers group.

What you will need to start Coding & Building

##After you have got NodeJS open up a terminal:

$ npm install -g cordova ionic

You night need superuser privileges . use "sudo"
Note: this step you will only need to do once

now go to your Working directory and clone the Repo by:

$ git clone https://github.com/sagidayan/JCE-Mobile-App.git

this will create a new directory and copy all the files in the project.

Run In Browser

to run the app in your browser type:

../JCE-Mobile-App/$ ionic serve

Build for mobile

You will need Android SDK or Mac+x-code for the platform of your choice.

for android:

../JCE-Mobile-App/$ ionic platform add android
../JCE-Mobile-App/$ ionic build android

the same goes to iOS...

Where is the code?

If you would like to change / modify the code. make sure you play in the www folder. that is where all the HTML and Javascript files are.