Tiny microservice to get random Reddit memes from r/Memes, r/DankeMemes and r/MeIRL, built under Next.js and Typescript
First clone this repository and install dependencies:
git clone https://github.com/Blad3Mak3r/RedditMemesAPI.git cd RedditMemesAPI
Install the required dependencies and run it:
npm install npm run dev
Now go to http://localhost:3000/api and enjoy.
Currently supports the following languages:
| Default | Language | Url Query |
|---|---|---|
| English | English | /api?lang=en |
| Spanish | Español | /api?lang=es |
| French | Français | /api?lang=fr |
| Russian | русский | /api?lang=ru |
| German | Deutsch | /api?lang=de |
| Italian | Italiano | /api?lang=it |