

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An assignment from ludwig-maximilians-universität's online multimedia course in lfe medieninformatik for the ws 2019/2020 academic year. Students are required to create a meme slideshow and a meme generator using javascript, ajax, and the imgflip api. The assignment involves fetching meme templates from the api, storing them in the webpage's data structure, and adding captions to the templates using user input.
Typology: Summaries
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Ludwig-Maximilians-Universität Online Multimedia LFE Medieninformatik WS 20 19 /20 20 1
After doing these exercises, you know how to use Javascript to...
Use the file assignment-skeleton/slide-show.html for this task. It implements a basic slideshow, displaying some images. The current images are defined in the array memes , by their URLs. We now want this to display the currently popular meme templates. Therefore you should use the Imgflip API. Your approach could be:
Ludwig-Maximilians-Universität Online Multimedia LFE Medieninformatik WS 20 19 /20 20 2
The Imgflip API also offers an endpoint to add a caption to an existing meme template. Use this to create your first meme generator.
Please turn in your solution as ZIP file via Uni2Work. You can form groups of up to three people. We encourage you to sign up for Slack! All you need is a CIP account and an email address that ends in “@cip.ifi.lmu.de”. Ask us if you don’t know how to get them. If you have questions or comments before the submission, please contact one of the tutors. They are on Slack @Aleksa and @Andre, remember that they also want to enjoy their weekends J It also makes sense to ask the question in our #omm-ws1920 channel. Maybe fellow students can help or benefit from the answers, too!