Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shresht7/expressions
A quotes app
https://github.com/shresht7/expressions
Last synced: about 1 month ago
JSON representation
A quotes app
- Host: GitHub
- URL: https://github.com/shresht7/expressions
- Owner: Shresht7
- License: mit
- Created: 2024-04-26T05:17:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T07:36:22.000Z (3 months ago)
- Last Synced: 2024-08-17T08:38:17.710Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _Expressions_
A quotes app.
![Screenshot](./static/screenshot.png)
---
## API Reference
### Get all quotes
Returns a list of all the quotes.
```sh
GET /api/v1/quotes
```### Get a quote by id
Returns a quote by id.
```sh
GET /api/v1/quotes/${id}
```### Get a random quote
Returns a random quote.
```sh
GET /api/v1/quotes/random
```---
## License
[MIT License](./LICENSE)