0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a Bitdeli badge to README More... over 10 years ago
Merge pull request #18 from bitdeli-chef/master More... over 10 years ago
mah jimmies rustlin' More... over 10 years ago
Update README.md More... over 10 years ago
Update README.md More... over 10 years ago
bump version number because i deserve it More... over 10 years ago
fixed awkward mistake, reduced regex errors even more More... over 10 years ago
more accurate vine URL. reduced errors. More... over 10 years ago
load thumbnail. this might make the app seem slightly less slow. More... over 10 years ago
readme More... over 10 years ago
increasing the timeout because this app is slowww More... over 10 years ago
package.json fix More... over 10 years ago
it's alive again. * fixed regexp. * you can no longer access vines via source: vine_ios_blah which is a huge shame because it was such a neat solution * some cleanup because i'm a working man now and I have intellij which bothers me when code is terrible More... over 10 years ago
updated ignore. More... over 10 years ago
Update README.md More... over 10 years ago
Update README.md More... over 10 years ago
got rid of config, screwed up the previous commit message, got rid of unused libraries, added error handling for some cases More... about 11 years ago
diff --git a/routes/api.js b/routes/api.js index 6948aa2..61a6057 100644 --- a/routes/api.js +++ b/routes/api.js @@ -11,5 +11,5 @@ exports.getTweets = function(req, res) { result_type: req.query.result_type, count: req.query.count, max_id: req.query.max_id - }, twitter.getTweet(res, req.query.count)); + }, twitter.getTweet(res)); }; \ No newline at end of file diff --git a/routes/twitter.js b/routes/twitter.js index 1e3c956..fd4c54c 100644 --- a/routes/twitter.js +++ b/routes/twitter.js @@ -1,12 +1,8 @@ var request = require('request') -, config = require('../config') -, Twit = require('twit') -, async = require('async'); - -var twit = new Twit(config.twitConfig); +, config = require('../config'); More... about 11 years ago
Update README.md More... about 11 years ago
fixed alignment of videos on page More... about 11 years ago
i forgot this file. More... about 11 years ago
added disqus for fun More... about 11 years ago
added debug log, random change to force loading More... about 11 years ago
small neatify changes, changed timeout to 10 seconds More... about 11 years ago
Tweaked error message More... about 11 years ago
general error handling, supports case where query returns nothing More... about 11 years ago
supports less than 12 results! =O More... about 11 years ago
cleaned up, added search place holder, window.location.hash support More... about 11 years ago
links working, tooltips hidden at the right times More... about 11 years ago
major refactor, major speedups, major major More... about 11 years ago