Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmattbtw/random-title-api
https://github.com/mmattbtw/random-title-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmattbtw/random-title-api
- Owner: mmattbtw
- Created: 2022-02-01T04:03:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T07:17:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T03:05:15.603Z (3 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random-title-api
get a random title from a list of markov chained titles from the likes of xQc and Forsen.
the original list is from [@MrAuro](https://github.com/MrAuro), in which he ran his [markov title generator](https://github.com/MrAuro/markov-title-generator) program.
## Documentation
- `GET` `https://api.mmatt.net/json`
- Response:
- ```
{
"title": "random title",
"status": "200",
}
```- `GET` `https://api.mmatt.net/string`
- Response:
- ```
"random title"
```