Node.js/express website built for Dr. Sorin Matei at Purdue University to help research mass media communications.
- View Instagram images found using given hashtag
- Obtain proper number of images using given count
- View statistics about each image
- Download prettified JSON with statistics about each image
- Statistical analysis on images
- Pass hashtag and number of images to retrieve to back end
- Use
https://www.instagram.com/explore/tags/{hashtag}/?__a=1
to get nasty JSON - Parse JSON and send objects to front end
- Display information on front end use ejs templating