DEV Community

Cover image for Memes - A JavaScript memes parser
Victor Ribeiro
Victor Ribeiro

Posted on • Originally published at github.com

Memes - A JavaScript memes parser

Memes

A PWA app with memes, videos and gifs in JavaScript. (Reddit parser)

Live version here

About

A PWA app that parses Reddit for content, without ads or comments.
Since the app runs on the client side, there's virtually no costs with servers (trafic and storage).

How to add subs

Modify the subs variable on the main.js file to add or remove any sub you want.

let subs = [
    "funny",
    "dankmemes",
    "videos",
    "gifs"
];

Disclaimer

I do not own or host any of the content featured on the app and I do not share from the content creator's opinion.
All of the content comes from Reddit and it's community.
I'm not responsable for any offensive material that you'll eventually see on the app.

Take a look at the code here

Oldest comments (0)