Guest User

Untitled

a guest
Apr 13th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1.  
  2. {
  3. "$jason": {
  4. "head": {
  5. "title": "Twitter",
  6. "styles": {
  7. "note": {
  8. "color": "#ffffff",
  9. "font": "HelveticaNeue-Bold",
  10. "size": "15"
  11. }
  12. },
  13. "actions": {
  14. "$pull": {
  15. "type": "$flush",
  16. "success": {
  17. "type": "$reload"
  18. }
  19. }
  20. },
  21. "data": {
  22. "tweets": [{
  23. "text": "1111",
  24. "image": "https://pbs.twimg.com/media/Cub2D-vXYAIXFQo.jpg"
  25. }, {
  26. "text": "jaja",
  27. "image": "https://pbs.twimg.com/media/CtJYvx1XgAIilZ4.jpg"
  28. }, {
  29. "text": "Found the most brilliant invention in human history",
  30. "image": "https://pbs.twimg.com/media/Cr7cSz1WIAA0OZj.jpg"
  31. }, {
  32. "text": "Ludlow and Rivington. NOW.",
  33. "image": "https://pbs.twimg.com/media/CrNnHPUWEAEK_b3.jpg"
  34. }]
  35. },
  36. "templates": {
  37. "body": {
  38. "header": {
  39. "title": {
  40. "type": "image",
  41. "style": {
  42. "width": "35",
  43. "height": "35"
  44. },
  45. "url": "https://raw.githubusercontent.com/Jasonette/Twitter-UI-example/master/images/logo.png"
  46. }
  47. },
  48. "footer": {
  49. "tabs": {
  50. "style": {
  51. "background": "rgba(255,255,255,0.8)",
  52. "color": "#009efa"
  53. },
  54. "items": [{
  55. "image": "https://raw.githubusercontent.com/Jasonette/Twitter-UI-example/master/images/home.png",
  56. "text": "Home",
  57. "style": {
  58. "height": "21"
  59. },
  60. "url": "https://raw.githubusercontent.com/Jasonette/Twitter-UI-example/master/home.json"
  61. }, {
  62. "image": "https://raw.githubusercontent.com/Jasonette/Twitter-UI-example/master/images/me.png",
  63. "text": "Me",
  64. "style": {
  65. "height": "21"
  66. },
  67. "url": "https://raw.githubusercontent.com/Jasonette/Twitter-UI-example/master/home.json"
  68. }]
  69. }
  70. },
  71. "sections": [{
  72. "items": {
  73. "{{#each tweets}}": {
  74. "type": "horizontal",
  75. "style": {
  76. "spacing": "10"
  77. },
  78. "components": [{
  79. "type": "image",
  80. "url": "https://pbs.twimg.com/profile_images/557061751150112768/eMwi4Xz2_400x400.jpeg",
  81. "style": {
  82. "width": "48",
  83. "height": "48",
  84. "corner_radius": "5"
  85. }
  86. }, {
  87. "type": "vertical",
  88. "style": {
  89. "spacing": "5"
  90. },
  91. "components": [{
  92. "type": "horizontal",
  93. "components": [{
  94. "type": "label",
  95. "text": "ethan",
  96. "style": {
  97. "font": "HelveticaNeue-Bold",
  98. "width": "50",
  99. "size": "14"
  100. }
  101. }, {
  102. "type": "label",
  103. "text": "@gliechtenstein ยท 8h",
  104. "style": {
  105. "color": "#8899a6",
  106. "size": "13",
  107. "font": "HelveticaNeue"
  108. }
  109. }]
  110. }, {
  111. "type": "label",
  112. "text": "{{text}}",
  113. "style": {
  114. "font": "HelveticaNeue",
  115. "size": "14"
  116. }
  117. }, {
  118. "type": "image",
  119. "url": "{{image}}",
  120. "style": {
  121. "corner_radius": "5"
  122. }
  123. }, {
  124. "type": "horizontal",
  125. "style": {
  126. "padding_top": "10"
  127. },
  128. "components": [{
  129. "type": "image",
  130. "style": {
  131. "height": "20"
  132. },
  133. "url": "https://g.twimg.com/dev/documentation/image/reply-action_0.png"
  134. }, {
  135. "type": "space",
  136. "style": {
  137. "width": "60"
  138. }
  139. }, {
  140. "type": "image",
  141. "style": {
  142. "height": "20"
  143. },
  144. "url": "https://g.twimg.com/dev/documentation/image/retweet-action.png"
  145. }, {
  146. "type": "space",
  147. "style": {
  148. "width": "60"
  149. }
  150. }, {
  151. "type": "image",
  152. "style": {
  153. "height": "20"
  154. },
  155. "url": "https://g.twimg.com/dev/documentation/image/like-action.png"
  156. }, {
  157. "type": "space"
  158. }]
  159. }]
  160. }]
  161. }
  162. }
  163. }]
  164. }
  165. }
  166. }
  167. }
  168. }
Add Comment
Please, Sign In to add comment