Skip to content

sokomishalov/memeory

Repository files navigation

Memeory

MIT license

This repository contains:

This is just another pet project. There is no rocket science inside.

Backend side

There is the scheduler which is requesting for a batch of memes from different sources. Most meme providers are scrapers. I use my custom library for that purposes - skraper

After fetching and parsing memes are ready to be stored in the database. MongoDB is current storage of all information so far.

Client side

Clients allow to:

  • switch between light and dark themes (mobile)
  • choose memes' scrolling axis (mobile)
  • receive relevant memes every day (bot)
  • laugh out loud every day :) (mobile/web/bot)