Visit: google-calendar-hours.com
(or aronwoost.github.io/google-calendar-hours)
After connecting you could see something like this:
Open index_dev.html to run the non-optimized version. Every file will be loaded one by one. The redirection back from google will not work with index_dev.html, instead use / to auth agains google (OAuth token will be saved in sessionStorage) and then head back to index_dev.html for testing.
To start a local NGINX hosting the static files, run:
$ docker run \
--name gch \
-v /<path-to-project>:/usr/share/nginx/html:ro \
-d \
-p 80:80 \
nginx
To build the app use r.js:
# install
npm install -g requirejs
# build
r.js -o js/build.js
- Backbone.js
- Underscore.js
- jQuery
- Moment.js
- spin.js
- Twitter Bootstrap CSS
- ReguireJS
- Google Calendar API v3
MIT
