This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-GoogleTrendsGame
mirror of
https://github.com/jrtechs/GoogleTrendsGame.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
jeff did something wierd
master
ritfsaecdaq
6 years ago
parent
803f35545d
commit
63c354ab4d
1 changed files
with
2 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-5
googletrendsgame/server/server.js
+ 2
- 5
googletrendsgame/server/server.js
View File
@ -342,13 +342,10 @@ var player = function(s)
{
trendingAPI
.
getPopularity
(
w
)
.
then
(
function
(
result
)
{
// var obj = new Object();
// obj.word = w;
// obj.score = result;
// this.log.push(obj);
console
.
log
(
"api result for "
+
result
+
w
)
;
resolve
(
result
)
;
}
)
.
catch
(
function
(
err
)
{
console
.
log
(
err
)
;
}
)
}
)
;
Write
Preview
Loading…
Cancel
Save