Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-programming/meme-api
https://github.com/max-programming/meme-api
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-programming/meme-api
- Owner: max-programming
- Created: 2021-08-11T11:29:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T07:39:20.000Z (over 3 years ago)
- Last Synced: 2024-12-17T09:46:44.556Z (2 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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