Skip to content

Commit 0090914

Browse files
committed
Merge branch 'master' of github.com:semu/timesheet.js
2 parents 50526b4 + 9673c14 commit 0090914

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# Delicious HAML & SASS. Watched by Grunt & JSHint
1+
# Timesheet.js - Work in progress
2+
3+
Simple JavaScript library to create HTML time sheets. Wrapped in an example project using Middleman …
4+
5+
![](https://raw.githubusercontent.com/semu/timesheet.js/master/screen.png)
6+
7+
```javascript
8+
new Timesheet('timesheet', 2002, 2013, [
9+
['2002', '09/2002', 'A freaking awesome time', 'lorem'],
10+
['06/2002', '09/2003', 'Some great memories', 'ipsum'],
11+
['2003', 'Had very bad luck'],
12+
['10/2003', '2006', 'At least had fun', 'dolor'],
13+
['02/2005', '05/2006', 'Enjoyed those times as well', 'ipsum'],
14+
['07/2005', '09/2005', 'Bad luck again', 'default'],
15+
['10/2005', '2008', 'For a long time nothing happened', 'dolor'],
16+
['01/2008', '05/2009', 'LOST Season #4', 'lorem'],
17+
['01/2009', '05/2009', 'LOST Season #4', 'lorem'],
18+
['02/2010', '05/2010', 'LOST Season #5', 'lorem'],
19+
['09/2008', '06/2010', 'FRINGE #1 & #2', 'ipsum']
20+
]);
21+
```

0 commit comments

Comments
 (0)