mmx API server
endpoints:
/api/v1/memes/ - fetch all memes (paginated), sorted in descending order by popularity
/api/v1/memes/?by=(publ_ts,upvotes,comments,popularity) - fetch all memes (paginated), sorted by publ_timestamp, num of upvotes, num of comments or popularity score = upvotes + 50*comments
/api/v1/memes/?sort=(asc,desc) - fetch all memes (paginated), ascending, descending order
/api/v1/memes/[meme_id] - fetch a single meme with [meme_id]
/api/v1/memes/[meme_id]/cluster - fetch memes similar to meme with [meme_id]
/api/v1/memes/[meme_id]/trend - establish a trend for meme [meme_id]