Advertisement
Guest User

Untitled

a guest
May 21st, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. listSeances: [
  2. // Interstellar - desforges
  3. {
  4. idSeance: 'seance01',
  5. date: '24/03/2018',
  6. dateComplete: 'Mar. 24 mars 2018',
  7. datePoste: '',
  8. heure: '19h30',
  9. lieu: {
  10. nomVille: 'Lille',
  11. cp: '59000',
  12. pays: 'France',
  13. adr: '',
  14. },
  15. nbPlace: 8,
  16. nbPlaceReserve: 3,
  17. host: {
  18. idUser: '123456789l',
  19. nom: 'Desforges',
  20. prenom: 'François',
  21. email: 'desforges.francois@outlook.com',
  22. mdp: 'motdepasse',
  23. dateN: '12/06/1997',
  24. age: 20,
  25. genre: '1',
  26. profilImg: 'https://lh3.google.com/u/0/d/1K2B9Wly-93GQW8VcKo6PTnxJlqmsnNI2=w1920-h974-iv1',
  27. status: 'Confirmé',
  28. avisUser: {
  29. avis: '4.7',
  30. nbAvis: '6',
  31. },
  32. stats: {
  33. nbSeance: 3,
  34. derniereSeance: 'Lun. 15 mars',
  35. dateDerniereSeance: '15/03/2018',
  36. membreDepuis: 'Août 2017',
  37. },
  38. },
  39. movie: {
  40. idMovie: 'movie01',
  41. releaseDate: '05/11/2014',
  42. releaseDateHack: '05 novembre 2014',
  43. releaseYear: '2014',
  44. duration: '2h49',
  45. genre: ['Aventure', 'Drame', 'Science-Fiction'],
  46. synopsis: 'Dans un futur proche, face à une Terre exsangue, un groupe d\'explorateurs utilise un vaisseau interstellaire pour franchir un trou de ver permettant de parcourir des distances jusque-là infranchissables. Leur but : trouver un nouveau foyer pour l\'humanité.',
  47. imgCouvUrl: 'https://image.tmdb.org/t/p/w1400_and_h450_face/xu9zaAevzQ5nnrsXN6JcahLnG4i.jpg',
  48. equipeTech: [
  49. {
  50. nomComplet: 'Christopher Nolan',
  51. roles: ['Directeur', 'Auteur'],
  52. },
  53. {
  54. nomComplet: 'Jonathan Nolan',
  55. roles: ['Auteur'],
  56. },
  57. ],
  58. acteurs: [
  59. {
  60. nomComplet: 'Matthew McConaughey',
  61. role: 'Joseph Cooper',
  62. imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/jdRmHrG0TWXGhs4tO6TJNSoL25T.jpg',
  63. },
  64. {
  65. nomComplet: 'Jessica Chastain',
  66. role: 'Murph Cooper',
  67. imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/nkFrkn5NZVGWb4b2X0yIcXezhyt.jpg',
  68. },
  69. {
  70. nomComplet: 'Anne Hathaway',
  71. role: 'Dr. Amelia Brand',
  72. imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/xENM3XJAtdpolwELYDy9iaCtU4m.jpg',
  73. },
  74. {
  75. nomComplet: 'Michael Caine',
  76. role: 'Professor John Brand',
  77. imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/vvj0JMSFpOajXCE46Hy4dyqSP2U.jpg',
  78. },
  79. ],
  80. lienYT: 'https://youtu.be/USns-G2mxoc',
  81. },
  82. },
  83. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement