Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shresht7/expressions

A quotes app
https://github.com/shresht7/expressions

Last synced: about 1 month ago
JSON representation

A quotes app

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)