Posts by Squexis • 51 points
3 posts
-
1
votes0
answers20
viewsQ: Making Crape on Instagram
I would like to know if it is possible to "catch" the links of all the photos of an instragram profile without using the Api? With the code below I can only get the 20 most recent photos.…
-
2
votes1
answer84
viewsQ: Benefit from the use of template engine
I’m creating table cells by grabbing information from an api using "append", I wonder if there would be any benefit to using some template engine like Handlebars.js instead of using "append"? code:…
-
2
votes0
answers27
viewsQ: Handlebar not working on Firefox
I’m trying to use template to create cells in a table but the code only works on google Chrome, someone knows why? index.html <html lang="en"> <head> <meta charset="UTF-8">…