Skip to content

Shaunm44/calendar-for-trello

 
 

Repository files navigation

#calendar for Trello

Trello is a productivity tool that helps you to organize projects by creating individual lists, boards and cards. Manage your projects in teams, get more flexible and improve your workflow.

The calendar for Trello allows you to organize all cards of all boards in one calendar.

made with AngularJS, Angular Material, Phonegap and fabs.

Hosted Version: http://calendar-for-trello.com

development:

#####install components: npm install bower install

#####get Trello Application Key: https://trello.com/app-key

#####edit config: src/app/app.js

angular.module('w11kcal.app').constant('AppKey', 'YOURKEY');

while developing your URL will be http://localhost:9000

####fire it up: grunt dev ####deploy with: grunt dist

##mobil

mobil part is at the very beginning. If the dev/deploy command doesn't work check the symlink (www) or simply use "grunt dist" before running the build/run command.

before running the app make sure to enable the Content-Security-Policy Line in index.html

mobil setup:

cd mobil/
phonegap platform add android

mobil development:

cd mobil/
phonegap run [platform]

mobil deploy

cd mobil/
phonegap build [platform]

License

Apache 2.0 - see LICENSE file

About

Calendar for Trello

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 36.2%
  • Objective-C 23.2%
  • Java 20.8%
  • HTML 7.8%
  • C# 5.8%
  • CSS 4.0%
  • Other 2.2%