git.fiddlerwoaroof.com
Browse code

basic structure

fiddlerwoaroof authored on 14/03/2015 02:59:42
Showing 4 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+bin
2
+bower_components
3
+include
4
+lib
5
+local
0 6
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+[
2
+  {'url': 'http://www.wsj.com/articles/hillary-seems-tired-not-hungry-1426205650',
3
+   'title': 'Hillary Seems Tired, Not Hungry',
4
+   'short-url': 'http://themarrow.is/hillary-seems-tired'},
5
+  {'url': 'http://www.wsj.com/articles/hillary-seems-tired-not-hungry-1426205650',
6
+   'title': 'Hillary Seems Tired, But Capable',
7
+   'short-url': 'http://themarrow.is/hillary-seems-tired-but'},
8
+  {'url': 'http://example.com/some-page',
9
+   'title': 'The Page Title',
10
+   'short-url': 'http://themarrow.is/the-page-title'},
11
+  {'url': 'http://example.com/another-page',
12
+   'title': 'The Second Page Title',
13
+   'short-url': 'http://themarrow.is/the-second-page'}
14
+]
0 15
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+[
2
+  {"username": "user1",
3
+   "email": "filter@langley.ninja",
4
+   "password": "password"}
5
+]