It returns you a random programming meme that you can show anywhere, even your github readmes'. Every time you reload the page, a new meme is shown.
For Mark-Down files:
![your-meme](https://memer-github.herokuapp.com/getImage)
For adjust size of image :
<img src="https://memer-github.herokuapp.com/getImage" width="300px">
Just Copy and paste above, where you want to show the meme.
GitHub doesn't allow javascript in markdowns, so i cant simply sent a request to a url. So, I have to do this using "image" tag provided by markdown.
To host your images, GitHub uses the open-source project Camo. Camo generates an anonymous URL proxy for each file which hides your browser details and related information from other users.
So, the main problem was, it caches the image and even the image changes, that doesn't reflect in readme. So, to fix that problem, I have set the cache-control to 'no-cache'.
If you like it, star this repo.If you find any issues, feel free to raise issues. Enjoy!🙃
More programming memes will added soon.....