- Notifications
You must be signed in to change notification settings - Fork549
JavaScript library for HTML5 & CSS3 time sheets
License
NotificationsYou must be signed in to change notification settings
sbstjn/timesheet.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple JavaScript library to create HTML time sheets. Wrapped in an example project using Middleman …
You only have to includedist/timesheet.js
anddist/timesheet.css
in your HTML and initialize Timesheet.js with:
<divid="timesheet"></div>
newTimesheet('timesheet',2002,2013,[['2002','09/2002','A freaking awesome time','lorem'],['06/2002','09/2003','Some great memories','ipsum'],['2003','Had very bad luck'],['10/2003','2006','At least had fun','dolor'],['02/2005','05/2006','Enjoyed those times as well','ipsum'],['07/2005','09/2005','Bad luck again','default'],['10/2005','2008','For a long time nothing happened','dolor'],['01/2008','05/2009','LOST Season #4','lorem'],['01/2009','05/2009','LOST Season #4','lorem'],['02/2010','05/2010','LOST Season #5','lorem'],['09/2008','06/2010','FRINGE #1 & #2','ipsum']]);
$ > bower install https://github.com/sbstjn/timesheet.js.git
Usegrunt
to build all JavaScript and StyleSheet files located insidedist/
.
Usegrunt server
to start a local web server onlocalhost:8080 to customize Timesheet.js, afterwards rungrunt
to compile all needed files.
Usegrunt gh
to generate the site and files available atsbstjn.github.io/timesheet.js into thegh-pages
folder.
Timesheet.js is licensed under MIT License.