small updates week6 + week4

This commit is contained in:
gauthiier
2016-12-07 18:35:42 +01:00
parent de732246dd
commit 6a95d6287c
3 changed files with 88 additions and 5 deletions
+4
View File
@@ -69,6 +69,10 @@ function search_for_username(username, callback) {
instagram.get('/users/search', {q: username}).then(function(res, pag) {
console.log('blablbalblalbalbla');
console.log(res);
callback(res);
}).catch(function(err) {