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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T05:59:51.000Z (about 1 year ago)
- Last Synced: 2025-03-16T06:25:57.938Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 4.94 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.

---
## 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)