-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.js
196 lines (179 loc) · 6.27 KB
/
test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
// // var moviesAllocineComingSoon = require("./save/tmp/moviesAllocineComingSoon.json");
// // var offset = 0;
// // var i = 1;
// // moviesAllocineComingSoon.forEach(function(movie) {
// // setTimeout(
// // function() {
// // console.log(movie.code);
// // console.log("i", i);
// // i++;
// // },
// // 1 + offset
// // );
// // offset += 1;
// // if (i === moviesAllocineComingSoon.length) {
// // console.log("i à la fin", i);
// // }
// // });
// // var buddiesRequests = [
// // {
// // _id: {
// // _id: "58ffcb1ada59b62eb048d700",
// // account: {
// // username: "Kikie",
// // age: 23,
// // description: "coucou je m'appelle Kikie. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Suscipit nulla totam debitis provident, iste, incidunt hic quia deleniti libero magni. Reprehenderit labore voluptates cupiditate doloribus saepe vero, quo tenetur maiores.",
// // genre: "Femme",
// // subscription: "UGC Illimité",
// // buddiesRequests: [
// // {
// // _id: "58ffcb1ada59b62eb048d6ff",
// // status: "pending",
// // created: "2017-04-26T11:04:59.126Z"
// // }
// // ],
// // buddies: [],
// // favorites: []
// // }
// // },
// // status: "sent",
// // created: "2017-04-26T11:04:59.121Z"
// // },
// // {
// // _id: {
// // _id: "58ffcb1ada59b62eb048d702",
// // account: {
// // username: "Valentine",
// // age: 21,
// // description: "coucou je m'appelle Valentine. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Suscipit nulla totam debitis provident, iste, incidunt hic quia deleniti libero magni. Reprehenderit labore voluptates cupiditate doloribus saepe vero, quo tenetur maiores.",
// // genre: "Femme",
// // subscription: "UGC Illimité",
// // buddiesRequests: [
// // {
// // _id: "58ffcb1ada59b62eb048d6ff",
// // created: "2017-04-25T22:20:36.917Z"
// // }
// // ],
// // buddies: [],
// // favorites: []
// // }
// // },
// // status: "sent",
// // created: "2017-04-26T21:39:50.445Z"
// // },
// // {
// // _id: {
// // _id: "58ffcb1ada59b62eb048d701",
// // account: {
// // username: "Arthur",
// // age: 22,
// // description: "coucou je m'appelle Arthur. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Suscipit nulla totam debitis provident, iste, incidunt hic quia deleniti libero magni. Reprehenderit labore voluptates cupiditate doloribus saepe vero, quo tenetur maiores.",
// // genre: "Homme",
// // subscription: "UGC Illimité",
// // buddiesRequests: [
// // {
// // _id: "58ffcb1ada59b62eb048d6ff",
// // status: "pending",
// // created: "2017-04-26T21:40:09.907Z"
// // }
// // ],
// // buddies: [],
// // favorites: []
// // }
// // },
// // status: "sent",
// // created: "2017-04-26T21:40:09.907Z"
// // }
// // ];
// // var dataArray = new Array();
// // for (var o in buddiesRequests) {
// // dataArray.push(buddiesRequests[o]["_id"]);
// // }
// // console.log(dataArray.length);
// // var buddiesRequests = [
// // {
// // _id: {
// // _id: "5901b760bc4d3c198039304d",
// // email: "kikie@moveet.com",
// // token: "NBB2gwHi4YtHOGn8",
// // __v: 1,
// // account: {
// // username: "Kikie",
// // age: 23,
// // description: "coucou je m'appelle Kikie. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Suscipit nulla totam debitis provident, iste, incidunt hic quia deleniti libero magni. Reprehenderit labore voluptates cupiditate doloribus saepe vero, quo tenetur maiores.",
// // genre: "Femme",
// // subscription: "UGC Illimité",
// // buddiesRequests: [
// // {
// // _id: "5901b760bc4d3c1980393052",
// // status: "pending",
// // created: "2017-04-27T09:20:27.337Z"
// // }
// // ],
// // buddies: [],
// // favorites: []
// // }
// // },
// // status: "sent",
// // created: "2017-04-27T09:20:27.331Z"
// // }
// // ];
// // console.log(buddiesRequests.length);
// // // 104 rue bobillot
// // var lat1 = 48.8227383;
// // var long1 = 2.3447517;
// // // le rendez-vous
// // var lat2 = 48.83364;
// // var long2 = 2.3315991;
// // console.log(getDistanceFromLatLonInKm(lat1, long1, lat2, long2));
// // function getDistanceFromLatLonInKm(lat1, lon1, lat2, lon2) {
// // var R = 6371; // Radius of the earth in km
// // var dLat = deg2rad(lat2 - lat1); // deg2rad below
// // var dLon = deg2rad(lon2 - lon1);
// // var a = Math.sin(dLat / 2) * Math.sin(dLat / 2) +
// // Math.cos(deg2rad(lat1)) *
// // Math.cos(deg2rad(lat2)) *
// // Math.sin(dLon / 2) *
// // Math.sin(dLon / 2);
// // var c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));
// // var d = R * c; // Distance in km
// // return d;
// // }
// // function deg2rad(deg) {
// // return deg * (Math.PI / 180);
// // }
// // var _ = require("lodash");
// // var array1 = [
// // { _id: "58fa579991f468fc47f1f10e", originalTitle: "Cessez-le-feu" },
// // { _id: "58fa579b91f468fc47f1f112", originalTitle: "Patients" }
// // ];
// // var array2 = [
// // "58fa579091f468fc47f1f0fc",
// // "58fa595891f468fc47f1f48c",
// // "58fa58e091f468fc47f1f39c",
// // "58fa579f91f468fc47f1f11a",
// // "58fa579991f468fc47f1f10e"
// // ];
// // var arrId = array1.map(function(x) {
// // return x._id.toString();
// // });
// // console.log(_.intersection(arrId, array2));
// // require("dotenv").config();
// // var cloudinary = require("cloudinary");
// // cloudinary.uploader.upload("data:image/gif;base64," + data, function(result) {
// // console.log(result);
// // });
// var allocine = require("./services/AllocineShowTimes.js");
// allocine.api(
// "showtimelist",
// {
// code: 419350304
// },
// function(error, results) {
// if (error) {
// console.log("Error : " + error);
// return;
// }
// console.log(results);
// }
// );