Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theiyd/namomemes
Is a description required ? Hail NaMo !
https://github.com/theiyd/namomemes
Last synced: 3 days ago
JSON representation
Is a description required ? Hail NaMo !
- Host: GitHub
- URL: https://github.com/theiyd/namomemes
- Owner: theIYD
- Created: 2019-09-14T18:53:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:00:17.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T01:02:35.563Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 27
- Watchers: 3
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NaMo Memes API
An archive of NaMo memes in the form of images.
Homepage: https://namo-memes.herokuapp.com/
## API Documentation
#### GET [`/`](https://namo-memes.herokuapp.com/)
Shows the current stable version
#### GET [`/memes/:n`](https://namo-memes.herokuapp.com/memes/10)
Shows randomly `n` memes
#### GET [`/memes/page/:page/:n`](https://namo-memes.herokuapp.com/memes/page/0/10)
Shows `n` memes with pagination
#### GET [`/memes/latest/:n`](https://namo-memes.herokuapp.com/memes/latest/10)
Shows `n` latest memes
## Contribute
The API uses `keywords` to scrape memes from Google Search. Feel free to contribute by commenting your own list in the `issues` page.