https://github.com/jimmerioles/random-stoic-quotes-api
A random stoic quotes Web API back-end (Server-side Web API). JSON API v1 and CORS compliant.
https://github.com/jimmerioles/random-stoic-quotes-api
api back-end json-api laravel php web-api
Last synced: 22 days ago
JSON representation
A random stoic quotes Web API back-end (Server-side Web API). JSON API v1 and CORS compliant.
- Host: GitHub
- URL: https://github.com/jimmerioles/random-stoic-quotes-api
- Owner: jimmerioles
- License: mit
- Created: 2017-12-09T14:07:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T20:01:42.000Z (about 7 years ago)
- Last Synced: 2025-04-02T09:51:16.531Z (about 1 month ago)
- Topics: api, back-end, json-api, laravel, php, web-api
- Language: PHP
- Homepage: https://randomstoicquotesapi.herokuapp.com/
- Size: 467 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# [Random Stoic Quotes API](https://randomstoicquotesapi.herokuapp.com)
This [JSON API v1](http://jsonapi.org) compliant Web API provides collection of stoic quotes from notable individuals. Please feel free to use the endpoint for your project. Available in https://randomstoicquotesapi.herokuapp.comNote: Heroku free dynos sleep after 30 minutes of inactivity so sometimes your first request might take a bit longer to receive response.
## Features
* JSON API v1 compliant
* CORS compliant
* Serves author image## Built With
* Laravel 5.5## Usage
### API Endpoints
### Sample API Request
``` bash
curl --header "Accept: application/vnd.api+json" https://randomstoicquotesapi.herokuapp.com/api/v1/quotes
```### Sample API Response
## Change log
Please see [CHANGELOG][link-changelog] for more information on what has changed recently.
## Testing
``` bash
$ phpunit
```#### Show full specs and features:
``` bash
$ phpunit --testdox
```## Contributing
Open for suggestions and requests. Please request through [issue][link-issue] or [pull requests][link-pull-request].
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Jim Merioles][link-author]
- [Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
### Want to show some :heart:?
Let's find Satoshi Nakamoto! | or let's have a :coffee:
------------ | ------------
![Donate Bitcoin][ico-bitcoin] | ![Donate Ethereum][ico-ethereum][ico-bitcoin]: https://img.shields.io/badge/Bitcoin-1KBT3Mzsr2dZqhQqNYx4gum8Yuyd61UzNk-blue.svg?style=flat-square
[ico-ethereum]: https://img.shields.io/badge/Ethereum-0x7896E9C4118e495Eb7001a847BBFA3C29Dfc69d9-blue.svg?style=flat-square[link-author]: https://twitter.com/jimmerioles
[link-contributors]: https://github.com/jimmerioles/random-stoic-quotes-api/graphs/contributors
[link-changelog]: https://github.com/jimmerioles/random-stoic-quotes-api/releases
[link-issue]: https://github.com/jimmerioles/random-stoic-quotes-api/issues/new
[link-pull-request]: https://github.com/jimmerioles/random-stoic-quotes-api/pull/new/master