Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/max-programming/meme-api


https://github.com/max-programming/meme-api

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Meme API

Inspired from [Random Memer](https://github.com/techytushar/random-memer)

Node API to return random programming meme images scrapped from [Memedroid](https://www.memedroid.com/memes/tag/programming).

## Setup

Install the dependencies

```bash
yarn
# or npm i
yarn start
```

## Tech Stack

Node, Puppeteer, Fastify

## API Reference

#### Get a random meme

```http
GET /
```

## Feedback

If you have any feedback, please create an issue on the repository