Last active
April 10, 2018 04:24
-
-
Save OmanCoding/599b9bf55cf63a240cdf9e098eba3dec to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| extends layout | |
| block content | |
| table | |
| tr | |
| th Name | |
| th Company | |
| th Email | |
| th City | |
| th Country | |
| for person in data | |
| tr | |
| td #{person[1]} | |
| td #{person[6]} | |
| td #{person[4]} | |
| td #{person[3]} | |
| td #{person[5]} | |
| style. | |
| table, th, td { | |
| border: 1px solid black; | |
| border-collapse: collapse; | |
| } |
This file contains hidden or 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
| { | |
| "cols": [ | |
| "ID", | |
| "Names", | |
| "Date of Birth", | |
| "City", | |
| "Email", | |
| "Country", | |
| "Company" | |
| ], | |
| "data": [ | |
| [ | |
| "HVDXFSQ85", | |
| "Driscoll Morrison", | |
| "27/04/1983", | |
| "Wollongong", | |
| "[email protected]", | |
| "Bahrain", | |
| "Libero Lacus Associates" | |
| ], | |
| [ | |
| "XRRYPVD42", | |
| "Camden Bush", | |
| "16/04/1980", | |
| "San Rafael", | |
| "[email protected]", | |
| "Comoros", | |
| "Molestie Tortor Ltd" | |
| ], | |
| [ | |
| "LCXJNCL41", | |
| "Dylan Calhoun", | |
| "27/12/1955", | |
| "South Dum Dum", | |
| "[email protected]", | |
| "Turkmenistan", | |
| "Litora Torquent Per LLP" | |
| ], | |
| [ | |
| "PKYMQVM90", | |
| "Griffith Arnold", | |
| "30/12/1956", | |
| "Bourlers", | |
| "[email protected]", | |
| "Bhutan", | |
| "Sed Congue Ltd" | |
| ], | |
| [ | |
| "LZYZTDZ90", | |
| "Fitzgerald Barton", | |
| "23/09/1966", | |
| "Filey", | |
| "[email protected]", | |
| "Kiribati", | |
| "Magna Corp." | |
| ], | |
| [ | |
| "TQNZXMZ45", | |
| "Ira Clarke", | |
| "01/02/1979", | |
| "Villers-la-Ville", | |
| "[email protected]", | |
| "Canada", | |
| "Suspendisse Sed Dolor Incorporated" | |
| ], | |
| [ | |
| "LEOWSBG98", | |
| "Owen Duffy", | |
| "30/08/1971", | |
| "Radicofani", | |
| "[email protected]", | |
| "Bahamas", | |
| "Ante Ipsum Company" | |
| ], | |
| [ | |
| "VHWQSEJ27", | |
| "Dean Freeman", | |
| "09/08/1974", | |
| "San Maurizio Canavese", | |
| "[email protected]", | |
| "Malta", | |
| "Velit Incorporated" | |
| ], | |
| [ | |
| "SODJDEI77", | |
| "Hoyt Mullen", | |
| "01/05/1954", | |
| "Portobuffolè", | |
| "[email protected]", | |
| "Burundi", | |
| "Orci Lacus Consulting" | |
| ], | |
| [ | |
| "LQKMLIH05", | |
| "Lewis Mccoy", | |
| "16/07/1986", | |
| "La Florida", | |
| "[email protected]", | |
| "Chad", | |
| "Magna Et Foundation" | |
| ], | |
| [ | |
| "PKGKNQI83", | |
| "Arsenio Mcconnell", | |
| "26/05/1965", | |
| "Newcastle-upon-Tyne", | |
| "[email protected]", | |
| "Argentina", | |
| "Arcu Eu Odio Foundation" | |
| ], | |
| [ | |
| "OWOOCGN29", | |
| "Yuli Finch", | |
| "15/08/1947", | |
| "Welshpool", | |
| "[email protected]", | |
| "San Marino", | |
| "Nec Quam Company" | |
| ], | |
| [ | |
| "QZHPGRV83", | |
| "Zachary May", | |
| "06/07/1946", | |
| "Bocchigliero", | |
| "[email protected]", | |
| "Guinea-Bissau", | |
| "Ullamcorper Duis At LLC" | |
| ], | |
| [ | |
| "SLNBSUX50", | |
| "Ralph Estes", | |
| "21/06/1984", | |
| "Bydgoszcz", | |
| "[email protected]", | |
| "Slovakia", | |
| "Phasellus Ornare Fusce LLP" | |
| ], | |
| [ | |
| "VYLOHWF16", | |
| "William Bush", | |
| "11/02/1951", | |
| "Brunn am Gebirge", | |
| "[email protected]", | |
| "Lithuania", | |
| "Morbi Accumsan Ltd" | |
| ], | |
| [ | |
| "SJQHWND92", | |
| "Blake Beasley", | |
| "19/02/1963", | |
| "Des Moines", | |
| "[email protected]", | |
| "Peru", | |
| "Habitant LLP" | |
| ], | |
| [ | |
| "XFSANJE44", | |
| "Neville Frost", | |
| "03/04/1953", | |
| "Grafton", | |
| "[email protected]", | |
| "Singapore", | |
| "Arcu Iaculis Consulting" | |
| ], | |
| [ | |
| "LJFTXJH14", | |
| "Jerome Herman", | |
| "17/10/1950", | |
| "Casper", | |
| "[email protected]", | |
| "Liechtenstein", | |
| "Mattis Ornare Lectus Industries" | |
| ], | |
| [ | |
| "QDIBWDP46", | |
| "Rajah Fulton", | |
| "27/04/1967", | |
| "Portigliola", | |
| "[email protected]", | |
| "Uzbekistan", | |
| "Placerat Corp." | |
| ], | |
| [ | |
| "ECWJHZI04", | |
| "Matthew Vinson", | |
| "10/08/1974", | |
| "Minderhout", | |
| "[email protected]", | |
| "Turkey", | |
| "Sed LLC" | |
| ], | |
| [ | |
| "DEFKFBX92", | |
| "Kevin Burris", | |
| "19/04/1955", | |
| "Los Lagos", | |
| "[email protected]", | |
| "Burkina Faso", | |
| "Enim Commodo Hendrerit LLP" | |
| ], | |
| [ | |
| "PWBGHGZ93", | |
| "Acton May", | |
| "23/01/1976", | |
| "Junagadh", | |
| "[email protected]", | |
| "Marshall Islands", | |
| "At Libero Industries" | |
| ], | |
| [ | |
| "QWUEFGF43", | |
| "Ulric Osborne", | |
| "19/12/1977", | |
| "Musson", | |
| "[email protected]", | |
| "Swaziland", | |
| "Magnis Dis LLC" | |
| ], | |
| [ | |
| "QCEYXFZ36", | |
| "Felix Kidd", | |
| "14/12/1949", | |
| "Malonne", | |
| "[email protected]", | |
| "Macao", | |
| "Felis Inc." | |
| ], | |
| [ | |
| "LIRRMUV63", | |
| "Wade Thomas", | |
| "03/01/1965", | |
| "Cervinara", | |
| "[email protected]", | |
| "South Sudan", | |
| "Suscipit Ltd" | |
| ], | |
| [ | |
| "RILMWMH09", | |
| "Jamal Watts", | |
| "11/06/1984", | |
| "Strathcona County", | |
| "[email protected]", | |
| "Togo", | |
| "Neque In Ornare Incorporated" | |
| ], | |
| [ | |
| "KEJDYFV93", | |
| "Chaim Hensley", | |
| "15/10/1976", | |
| "Banda", | |
| "[email protected]", | |
| "Faroe Islands", | |
| "Adipiscing Company" | |
| ], | |
| [ | |
| "SMXAZMB88", | |
| "Dalton Joyce", | |
| "11/06/1945", | |
| "Sheffield", | |
| "[email protected]", | |
| "Cuba", | |
| "Metus Aliquam LLC" | |
| ], | |
| [ | |
| "TASWQZG09", | |
| "Cain Beard", | |
| "07/09/1976", | |
| "Baden-Baden", | |
| "[email protected]", | |
| "French Polynesia", | |
| "Sagittis Corp." | |
| ], | |
| [ | |
| "JGKTLZB30", | |
| "Howard Frazier", | |
| "23/09/1950", | |
| "Tresigallo", | |
| "[email protected]", | |
| "Barbados", | |
| "Duis Limited" | |
| ], | |
| [ | |
| "MRZQMLX08", | |
| "Sylvester Lucas", | |
| "12/01/1982", | |
| "Seilles", | |
| "[email protected]", | |
| "Somalia", | |
| "Eu Neque Ltd" | |
| ], | |
| [ | |
| "IINXJPF80", | |
| "Cooper Stevens", | |
| "18/08/1963", | |
| "Ingolstadt", | |
| "[email protected]", | |
| "Uganda", | |
| "Neque Non Institute" | |
| ], | |
| [ | |
| "XBAIMHO75", | |
| "Malachi Bernard", | |
| "13/06/1979", | |
| "Montecarotto", | |
| "[email protected]", | |
| "Madagascar", | |
| "Turpis Non Enim Ltd" | |
| ], | |
| [ | |
| "PWHMHBB47", | |
| "Charles Dunn", | |
| "03/04/1961", | |
| "Terni", | |
| "[email protected]", | |
| "Ethiopia", | |
| "Sit Amet Ornare Limited" | |
| ], | |
| [ | |
| "TNGMXVV56", | |
| "Nasim Wong", | |
| "22/10/1956", | |
| "Allentown", | |
| "[email protected]", | |
| "Cook Islands", | |
| "Vulputate Ullamcorper LLP" | |
| ], | |
| [ | |
| "OMVYTQO86", | |
| "Basil Hartman", | |
| "27/05/1978", | |
| "Halberstadt", | |
| "[email protected]", | |
| "Sri Lanka", | |
| "Lobortis Tellus Justo Foundation" | |
| ], | |
| [ | |
| "TKQCBGP14", | |
| "Sebastian Hopkins", | |
| "29/02/1976", | |
| "Collinas", | |
| "[email protected]", | |
| "Falkland Islands", | |
| "Tincidunt Donec Vitae Company" | |
| ], | |
| [ | |
| "MGYDJZE59", | |
| "Damian Pruitt", | |
| "03/12/1946", | |
| "Uppingham. Cottesmore", | |
| "[email protected]", | |
| "Antigua and Barbuda", | |
| "Ullamcorper LLC" | |
| ], | |
| [ | |
| "GZSQTXS83", | |
| "Ira Mccullough", | |
| "11/11/1954", | |
| "L'Hospitalet de Llobregat", | |
| "[email protected]", | |
| "Belarus", | |
| "Vitae Foundation" | |
| ], | |
| [ | |
| "NJVMXJE96", | |
| "Drake Velasquez", | |
| "23/10/1970", | |
| "Montereale", | |
| "[email protected]", | |
| "Niue", | |
| "Dui Inc." | |
| ], | |
| [ | |
| "QEOPPXW54", | |
| "Kirk Phelps", | |
| "13/07/1947", | |
| "Nizip", | |
| "[email protected]", | |
| "Chile", | |
| "Vitae Institute" | |
| ], | |
| [ | |
| "VGIUGCC48", | |
| "Dante Meadows", | |
| "17/04/1956", | |
| "Khanewal", | |
| "[email protected]", | |
| "Bolivia", | |
| "Donec Ltd" | |
| ], | |
| [ | |
| "QFLEZQT48", | |
| "Clinton Gentry", | |
| "07/02/1974", | |
| "Southaven", | |
| "[email protected]", | |
| "Åland Islands", | |
| "Parturient Montes Associates" | |
| ], | |
| [ | |
| "MHNNFIB79", | |
| "Graham Perry", | |
| "04/12/1946", | |
| "Marchihue", | |
| "[email protected]", | |
| "United Kingdom (Great Britain)", | |
| "Orci Lacus Limited" | |
| ], | |
| [ | |
| "ESZWPOE56", | |
| "Melvin Holden", | |
| "19/06/1964", | |
| "Vitry-sur-Seine", | |
| "[email protected]", | |
| "Serbia", | |
| "Ultrices Vivamus Consulting" | |
| ], | |
| [ | |
| "DPKRUGV00", | |
| "Gray Hunter", | |
| "15/08/1965", | |
| "Bad Oldesloe", | |
| "[email protected]", | |
| "Morocco", | |
| "Pretium Neque Morbi Foundation" | |
| ], | |
| [ | |
| "ZARXAVQ55", | |
| "Brian Roy", | |
| "09/08/1986", | |
| "Carstairs", | |
| "[email protected]", | |
| "Malawi", | |
| "Cras Sed PC" | |
| ], | |
| [ | |
| "NEYKGAL56", | |
| "Brody Hansen", | |
| "29/11/1948", | |
| "Castelvecchio di Rocca Barbena", | |
| "[email protected]", | |
| "Mexico", | |
| "Urna Incorporated" | |
| ], | |
| [ | |
| "CLVMRYF96", | |
| "Solomon Mills", | |
| "09/07/1947", | |
| "Viersel", | |
| "[email protected]", | |
| "Cape Verde", | |
| "Ut Quam Vel Institute" | |
| ], | |
| [ | |
| "YUQSYZT62", | |
| "Josiah Goodwin", | |
| "08/08/1983", | |
| "Perinaldo", | |
| "[email protected]", | |
| "Syria", | |
| "Egestas Foundation" | |
| ], | |
| [ | |
| "QIRFRTC23", | |
| "Christopher Meyer", | |
| "25/06/1972", | |
| "Purranque", | |
| "[email protected]", | |
| "Maldives", | |
| "Id Libero Ltd" | |
| ], | |
| [ | |
| "OWIYECX66", | |
| "Uriel Bentley", | |
| "09/01/1981", | |
| "Pudahuel", | |
| "[email protected]", | |
| "Italy", | |
| "Aenean Eget Magna Associates" | |
| ], | |
| [ | |
| "ZYJWHZA14", | |
| "Paul Sherman", | |
| "06/04/1958", | |
| "Söke", | |
| "[email protected]", | |
| "Sri Lanka", | |
| "Id Blandit Industries" | |
| ], | |
| [ | |
| "UQVYKKX09", | |
| "Harding Manning", | |
| "04/09/1957", | |
| "Montpellier", | |
| "[email protected]", | |
| "Northern Mariana Islands", | |
| "Laoreet Lectus LLC" | |
| ], | |
| [ | |
| "VKNGFCD57", | |
| "Dillon Hoffman", | |
| "14/08/1955", | |
| "Cicagna", | |
| "[email protected]", | |
| "Grenada", | |
| "Vel Company" | |
| ], | |
| [ | |
| "HPRQUAB78", | |
| "Marshall Lloyd", | |
| "23/10/1949", | |
| "Vieuxville", | |
| "[email protected]", | |
| "Guadeloupe", | |
| "Mus Incorporated" | |
| ], | |
| [ | |
| "EDMTKTL87", | |
| "Palmer Nieves", | |
| "05/05/1952", | |
| "Francavilla Fontana", | |
| "[email protected]", | |
| "Peru", | |
| "Tellus Nunc Incorporated" | |
| ], | |
| [ | |
| "UPDVMTP09", | |
| "Samson Jacobs", | |
| "17/05/1974", | |
| "Keiem", | |
| "[email protected]", | |
| "Jordan", | |
| "Rutrum Justo Praesent Industries" | |
| ], | |
| [ | |
| "MWSSVND76", | |
| "Melvin Gregory", | |
| "26/07/1987", | |
| "Guirsch", | |
| "[email protected]", | |
| "Serbia", | |
| "Lorem Vitae Company" | |
| ], | |
| [ | |
| "TOTOITW73", | |
| "Ashton Cabrera", | |
| "05/04/1978", | |
| "Carcassonne", | |
| "[email protected]", | |
| "Georgia", | |
| "Arcu Morbi Sit Industries" | |
| ], | |
| [ | |
| "WHHVFLO59", | |
| "Phelan Rodriguez", | |
| "13/09/1977", | |
| "Biloxi", | |
| "[email protected]", | |
| "Kiribati", | |
| "Ante Bibendum Ullamcorper PC" | |
| ], | |
| [ | |
| "OBPOJOJ18", | |
| "Ishmael Barrett", | |
| "01/09/1976", | |
| "Buken", | |
| "[email protected]", | |
| "Croatia", | |
| "Suspendisse Non Leo Consulting" | |
| ], | |
| [ | |
| "RYLDCYK37", | |
| "Jonah Flowers", | |
| "01/04/1968", | |
| "Kooigem", | |
| "[email protected]", | |
| "Tunisia", | |
| "Mauris Corporation" | |
| ], | |
| [ | |
| "SJNABAP49", | |
| "Samuel Haynes", | |
| "05/05/1966", | |
| "Dignano", | |
| "[email protected]", | |
| "Virgin Islands, British", | |
| "Sodales Associates" | |
| ], | |
| [ | |
| "ZDEZWKM06", | |
| "Harrison Massey", | |
| "10/10/1954", | |
| "Aquila d'Arroscia", | |
| "[email protected]", | |
| "Puerto Rico", | |
| "Integer LLC" | |
| ], | |
| [ | |
| "SIJRABT60", | |
| "Dillon Gilbert", | |
| "08/07/1962", | |
| "Bama", | |
| "[email protected]", | |
| "Ethiopia", | |
| "Aliquet Odio Company" | |
| ], | |
| [ | |
| "MPYRBGG95", | |
| "Hayden Vargas", | |
| "07/07/1966", | |
| "Neerharen", | |
| "[email protected]", | |
| "Greece", | |
| "Mi Ltd" | |
| ], | |
| [ | |
| "NIMIEYP27", | |
| "Igor Donaldson", | |
| "13/02/1975", | |
| "Zierikzee", | |
| "[email protected]", | |
| "Svalbard and Jan Mayen Islands", | |
| "Hymenaeos Mauris Incorporated" | |
| ], | |
| [ | |
| "ZZSIZJJ63", | |
| "Kirk Oconnor", | |
| "27/11/1959", | |
| "Vieux-Genappe", | |
| "[email protected]", | |
| "Maldives", | |
| "Ornare Sagittis Felis Consulting" | |
| ], | |
| [ | |
| "NTGPULM51", | |
| "Caldwell Hinton", | |
| "27/01/1987", | |
| "Jupille-sur-Meuse", | |
| "[email protected]", | |
| "Poland", | |
| "Fusce Mi Lorem Foundation" | |
| ], | |
| [ | |
| "HHDFITU04", | |
| "Marsden Hester", | |
| "21/02/1958", | |
| "Jefferson City", | |
| "[email protected]", | |
| "Saint Kitts and Nevis", | |
| "Volutpat Nulla Dignissim Incorporated" | |
| ], | |
| [ | |
| "RWNRHMB05", | |
| "Raymond Rivera", | |
| "09/11/1955", | |
| "Sgonico", | |
| "[email protected]", | |
| "Cyprus", | |
| "Montes Nascetur Limited" | |
| ], | |
| [ | |
| "RWVYJBY82", | |
| "Hilel Calderon", | |
| "11/02/1949", | |
| "Bay Roberts", | |
| "[email protected]", | |
| "Cook Islands", | |
| "Morbi Institute" | |
| ], | |
| [ | |
| "STRAEQA67", | |
| "Porter Maldonado", | |
| "01/01/1978", | |
| "Pogliano Milanese", | |
| "[email protected]", | |
| "Saudi Arabia", | |
| "Adipiscing Consulting" | |
| ], | |
| [ | |
| "GTRIDJW22", | |
| "Gavin Vazquez", | |
| "17/08/1951", | |
| "Villers-la-Loue", | |
| "[email protected]", | |
| "Gibraltar", | |
| "Lectus Limited" | |
| ], | |
| [ | |
| "DHGHYJW45", | |
| "Jasper Orr", | |
| "03/12/1980", | |
| "Roveredo in Piano", | |
| "[email protected]", | |
| "Cocos (Keeling) Islands", | |
| "Velit Eget Laoreet Consulting" | |
| ], | |
| [ | |
| "WWHBWLA84", | |
| "Daquan Hutchinson", | |
| "31/03/1973", | |
| "Florida", | |
| "[email protected]", | |
| "Nigeria", | |
| "Justo Nec Ante Corp." | |
| ], | |
| [ | |
| "YJYPAHN98", | |
| "Grady Osborn", | |
| "25/12/1974", | |
| "Schwalbach", | |
| "[email protected]", | |
| "Djibouti", | |
| "Adipiscing Company" | |
| ], | |
| [ | |
| "OOXRWIE67", | |
| "Howard Marquez", | |
| "02/08/1988", | |
| "Stornaway", | |
| "[email protected]", | |
| "Suriname", | |
| "Nec Mauris Blandit Consulting" | |
| ], | |
| [ | |
| "SHGCDMM77", | |
| "Tate Becker", | |
| "06/08/1975", | |
| "Rockhampton", | |
| "[email protected]", | |
| "Guinea-Bissau", | |
| "Et Nunc Quisque Consulting" | |
| ], | |
| [ | |
| "OCIBTQI98", | |
| "Quinlan Mccullough", | |
| "22/01/1988", | |
| "Clydebank", | |
| "[email protected]", | |
| "Macao", | |
| "Imperdiet Dictum Consulting" | |
| ], | |
| [ | |
| "AGDODJX39", | |
| "Francis Mitchell", | |
| "04/05/1971", | |
| "Viernheim", | |
| "[email protected]", | |
| "Sint Maarten", | |
| "Eros Nec Tellus Corporation" | |
| ], | |
| [ | |
| "XZWDPDL19", | |
| "Samson Robinson", | |
| "24/06/1944", | |
| "Söderhamn", | |
| "[email protected]", | |
| "South Georgia and The South Sandwich Islands", | |
| "Metus Sit Amet Ltd" | |
| ], | |
| [ | |
| "PLEECFP81", | |
| "Sean Boone", | |
| "23/05/1969", | |
| "Malvern", | |
| "[email protected]", | |
| "Korea, South", | |
| "Sed Malesuada Incorporated" | |
| ], | |
| [ | |
| "ECVLXDA42", | |
| "Elton Baker", | |
| "05/05/1967", | |
| "Zwickau", | |
| "[email protected]", | |
| "France", | |
| "Ridiculus Ltd" | |
| ], | |
| [ | |
| "VKJKPVV52", | |
| "Kane Day", | |
| "22/11/1950", | |
| "Dubuisson", | |
| "[email protected]", | |
| "Guinea-Bissau", | |
| "Luctus Felis LLP" | |
| ], | |
| [ | |
| "FRXWPLC83", | |
| "Ira Wilcox", | |
| "08/01/1952", | |
| "Coaldale", | |
| "[email protected]", | |
| "Sri Lanka", | |
| "Lacus Vestibulum LLC" | |
| ], | |
| [ | |
| "BKVAJES86", | |
| "Seth Lawrence", | |
| "14/12/1948", | |
| "Teltow", | |
| "[email protected]", | |
| "Korea, South", | |
| "Tincidunt Corporation" | |
| ], | |
| [ | |
| "QDDFPNA50", | |
| "Camden Diaz", | |
| "08/06/1949", | |
| "Edinburgh", | |
| "[email protected]", | |
| "Ireland", | |
| "Dis Limited" | |
| ], | |
| [ | |
| "HDDRZTJ47", | |
| "Keefe Holman", | |
| "17/06/1960", | |
| "Logan City", | |
| "[email protected]", | |
| "Kazakhstan", | |
| "Elementum Corp." | |
| ], | |
| [ | |
| "DMQVMKJ12", | |
| "Guy Mcconnell", | |
| "27/09/1977", | |
| "Picton", | |
| "[email protected]", | |
| "Luxembourg", | |
| "Molestie Foundation" | |
| ], | |
| [ | |
| "WJKFYKO43", | |
| "Hilel Garner", | |
| "18/01/1978", | |
| "Portigliola", | |
| "[email protected]", | |
| "Trinidad and Tobago", | |
| "Ut Semper Pretium Company" | |
| ], | |
| [ | |
| "CDXVZLE20", | |
| "Dolan Gilbert", | |
| "22/07/1977", | |
| "Worms", | |
| "[email protected]", | |
| "Bahrain", | |
| "Ad Litora Industries" | |
| ], | |
| [ | |
| "RODDRVG14", | |
| "Benedict Parker", | |
| "13/11/1952", | |
| "Lago Ranco", | |
| "[email protected]", | |
| "Japan", | |
| "Tincidunt Tempus Institute" | |
| ], | |
| [ | |
| "RDAIGAX62", | |
| "Caldwell Burnett", | |
| "12/10/1944", | |
| "Meeuwen", | |
| "[email protected]", | |
| "France", | |
| "Nunc Lectus Incorporated" | |
| ], | |
| [ | |
| "DGMLOYK12", | |
| "Conan Charles", | |
| "11/07/1951", | |
| "Ligney", | |
| "[email protected]", | |
| "Philippines", | |
| "Luctus LLC" | |
| ], | |
| [ | |
| "OCEAJKA84", | |
| "Elijah Mercado", | |
| "18/12/1986", | |
| "Chattanooga", | |
| "[email protected]", | |
| "Madagascar", | |
| "Neque Morbi Institute" | |
| ], | |
| [ | |
| "SENFHQU02", | |
| "Kermit Payne", | |
| "25/02/1979", | |
| "Balvano", | |
| "[email protected]", | |
| "Liechtenstein", | |
| "Ac Metus Inc." | |
| ], | |
| [ | |
| "ZNFXLON76", | |
| "Nasim Sweet", | |
| "10/03/1957", | |
| "Antártica", | |
| "[email protected]", | |
| "Mauritius", | |
| "Natoque Penatibus Et LLP" | |
| ], | |
| [ | |
| "JAQXOLH92", | |
| "Brian Blackburn", | |
| "12/12/1947", | |
| "Puerto Montt", | |
| "[email protected]", | |
| "Moldova", | |
| "Mi Lacinia Consulting" | |
| ] | |
| ] | |
| } |
This file contains hidden or 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
| var express = require('express'); | |
| var router = express.Router(); | |
| var fs = require('fs'); | |
| var obj = JSON.parse(fs.readFileSync(__dirname+'/../data/people.json', 'utf8')); | |
| var data = obj.data; | |
| router.get('/', function(req, res, next) { | |
| res.render('people', {data: data}); | |
| }); | |
| module.exports = router; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment