Skip to content

Commit

Permalink
Modify coordinates slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tilley committed Apr 27, 2011
1 parent 397e3f7 commit 94f5020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ twit = new twitter.TwitterNode
user: process.env.TWITTER_USER
password: process.env.TWITTER_PASS
# Search for Geo-tagged tweets in the US
locations: [-123.837891, 26.273714, -58.710937, 49.837982]
locations: [-127, 25, -58, 49]

# Number of tweets processed
count = 0
Expand Down

0 comments on commit 94f5020

Please sign in to comment.