If you like MEME's you will like this simple MeteorJS web application. Images is a simple MeteorJS web application that uses axios AJAX get request to pull data through the imgur API to populate image data, titles, description and upvote/downvote bar.
Here is the API used: https://api.imgur.com/3/gallery/hot/viral/0
Notes on what the code does can be found in client and server folders of this MeteorJS project.
-
To get it to work make sure to first install in the file using "cd images-master" through terminal the following:
npm install --save axios
meteor npm install --save react react-dom
npm install --save babel-runtime
npm install meteor-node-stubs
After you can run the program by typing "meteor" in the terminal.