View Firebase Initial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Categories" : { | |
"items" : [ { | |
"description" : "Fresh and Healthy", | |
"items" : [ { | |
"description" : "Cucumber, Onions, Tomatoes, Chees", | |
"info" : { | |
"Calories" : "250 kcal", | |
"Glutten Free" : "Yes" | |
}, |
View gist:794c6fb6e3d066253f1e656530f2b146
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "74db2ba3-6cfa-41f3-510e-bdd7c6776ae3", | |
"sender": "app", | |
"sender_role": "app", | |
"sender_relative_id": "", | |
"created_at": "2016-12-28T14:23:26.331172Z", | |
"updated_at": "2016-12-28T14:23:26.511613Z", | |
"parts": [ | |
{ | |
"content_type": "text", |
View news.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"news": [ | |
{ | |
"id": "58642dbf4c827b612b010bc6", | |
"title": "ФХ3Х работеше на осум од 20-те филмови во изборот за Оскар за визуелни ефекти", | |
"link": "http://kajgana.com/fh3h-raboteshe-na-osum-od-20-te-filmovi-vo-izborot-za-oskar-za-vizuelni-efekti", | |
"text": "Академијата за филмски науки и уметности ја објави листата на 20-те филмови кои се потенцијални кандидати за номинација за Оскар за најдобри визуелни ефекти во 2016 година. Во објаснувањето на неговото видео тој вели дека трејлерот има функција на јадица за која публиката се фаќа. Од трејлорот можеме многу да дознаеме за филмот, но од некои причини повеќето сцени што ќе ги видиме во трејлерите ги нема во финалната верзија на филмот.Ваши потенцира дека овие сцени не ја менуваат нарацијата на Rogue One: A Star Wars Story.", | |
"avatar": "https://s3-us-west-1.amazonaws.com/storage-platform.cloud.appcelerator.com/iTw12lRoBZgIfhSVW5LjMVimIwuw9M44/photos/80/bb/58642dbf4c827b612b010bc8/img-308004_original.jpg", | |
View events.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items":[ | |
{ | |
"img":"http://res.cloudinary.com/mobiadm/image/fetch/w_200,h_75,c_fill/https://s3-us-west-1.amazonaws.com/storage-platform.cloud.appcelerator.com/iTw12lRoBZgIfhSVW5LjMVimIwuw9M44/photos/44/70/58642a54503c1ee41f0121b5/15493843_929351143831758_2885896169998406200_o_original.jpg", | |
"name":"Happy New Year at XO - eXtraOrdinary Club | DJ Dimitris Patsis", | |
"date":"2016-12-31 22:00", | |
"description":"XO - eXtraOrdinary Club wishes you HAPPY NEW YEAR !! Сабота 31 Декември - DJ Dimitris Patsis & DJ Bobi (94.7) во Клуб XO !!" | |
}, | |
{ | |
"img":"http://res.cloudinary.com/mobiadm/image/fetch/w_200,h_75,c_fill/https://s3-us-west-1.amazonaws.com/storage-platform.cloud.appcelerator.com/iTw12lRoBZgIfhSVW5LjMVimIwuw9M44/photos/70/ac/58642a04503c1ee41f0121ae/15380788_10208871112789220_1633578718810049930_n_original.jpg", |
View gallery.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"items":[ | |
{ | |
"img":"https://scontent-fra3-1.xx.fbcdn.net/v/t1.0-0/c0.39.640.640/s180x540/11128132_349969738534777_6515178477655751229_n.jpg?oh=310f9b920ff387f784e8d0d104631d6d&oe=591FCCE0" | |
}, | |
{ | |
"img":"https://scontent-fra3-1.xx.fbcdn.net/v/t31.0-0/c0.202.180.180/p180x540/11043281_330685510463200_7215136600014660557_o.jpg?oh=304757b49a1f359616c49dc339cd3f23&oe=58DAB770" | |
} | |
]} |
View shop.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"items":[ | |
{ | |
"img":"https://cdn.shopify.com/s/files/1/0932/9138/products/skate-732760_640_b5732458-9c70-4284-9c5b-3ae6c0dc2a69_large.jpg", | |
"title":"ANDROMEDA", | |
"description":"Sunglasses just for you", | |
"price":"$12" | |
}, | |
{ | |
"img":"https://cdn.shopify.com/s/files/1/0932/9138/products/flower-child-336658_640_large.jpg", | |
"title":"DONIA SUNGLASSES", |
View gist:e74be15bab3d5ca7e1a058baf1ded124
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"dropdowns":["status","country"], | |
"dropdownOptions":[{"key":"status","options":["new","processing","rejected","completed"]},{"key":"country","options":["mk","Macedonia","us","USA"]}], |
View comments.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
panel-shadow { | |
box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px; | |
} | |
.panel-white { | |
border: 1px solid #dddddd; | |
} | |
.panel-white .panel-heading { | |
color: #333; | |
background-color: #fff; | |
border-color: #ddd; |
View nightclubevents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bookings" : { | |
"FInWCs0XjVf1PosP6cPAfibMsDq1" : { | |
"1496856215703" : { | |
"clubName" : "Summer club Central Park", | |
"eventName" : "Libero band", | |
"eventTime" : "06/09/2017 00:00 PM", | |
"numPersons" : 4, | |
"numTables" : 1, | |
"photo" : "https://slack-imgs.com/?c=1&url=https%3A%2F%2Fscontent-vie1-1.xx.fbcdn.net%2Fv%2Ft31.0-8%2F18839859_1352361488133231_2806986402351034162_o.jpg%3Foh%3Dff2d6cf1ce10691c025f1e143bb78c1b%26oe%3D599BEE42", |
View .babelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": ["babel-preset-expo"], | |
"env": { | |
"development": { | |
"plugins": ["@babel/plugin-transform-react-jsx-source"] | |
} | |
} | |
} |
OlderNewer