Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrotomic/ignition-stackoverflow
An Ignition tab that fetches StackOverflow questions and provides a searchbar.
https://github.com/astrotomic/ignition-stackoverflow
error-handling exception-handling flare hacktoberfest ignition ignition-stackoverflow ignition-tab laravel stackoverflow stackoverflow-tab treeware
Last synced: 1 day ago
JSON representation
An Ignition tab that fetches StackOverflow questions and provides a searchbar.
- Host: GitHub
- URL: https://github.com/astrotomic/ignition-stackoverflow
- Owner: Astrotomic
- License: mit
- Created: 2019-08-30T22:32:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T10:59:07.000Z (over 1 year ago)
- Last Synced: 2024-10-29T21:06:01.391Z (9 days ago)
- Topics: error-handling, exception-handling, flare, hacktoberfest, ignition, ignition-stackoverflow, ignition-tab, laravel, stackoverflow, stackoverflow-tab, treeware
- Language: PHP
- Homepage:
- Size: 1.31 MB
- Stars: 78
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Ignition StackOverflow Tab
## A tab that fetches stackoverflow questions
[![Latest Version](http://img.shields.io/packagist/v/astrotomic/ignition-stackoverflow.svg?label=Release&style=for-the-badge)](https://packagist.org/packages/astrotomic/ignition-stackoverflow)
[![MIT License](https://img.shields.io/github/license/Astrotomic/ignition-stackoverflow.svg?label=License&color=blue&style=for-the-badge)](https://github.com/Astrotomic/ignition-stackoverflow/blob/master/LICENSE.md)
[![Offset Earth](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-green?style=for-the-badge)](https://plant.treeware.earth/Astrotomic/ignition-stackoverflow)
[![Larabelles](https://img.shields.io/badge/Larabelles-%F0%9F%A6%84-lightpink?style=for-the-badge)](https://www.larabelles.com/)[![Total Downloads](https://img.shields.io/packagist/dt/astrotomic/ignition-stackoverflow.svg?label=Downloads&style=flat-square&cacheSeconds=600)](https://packagist.org/packages/astrotomic/ignition-stackoverflow)
[![StyleCI](https://styleci.io/repos/205465094/shield)](https://styleci.io/repos/205465094)This package adds a tab to your ignition screen which shows matching StackOverflow questions - including a search field.
![StackOverflow Tab](banner.jpg)
## Installation
You can install the package in to a Laravel app that uses [Ignition](https://github.com/facade/ignition) via composer:
```bash
composer require astrotomic/ignition-stackoverflow --dev
```## Usage
Click on the "Stack Overflow" tab on your Ignition screen to see a list of matching StackOverflow questions.
### Testing
```bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/Astrotomic/.github/blob/master/CONTRIBUTING.md) for details. You could also be interested in [CODE OF CONDUCT](https://github.com/Astrotomic/.github/blob/master/CODE_OF_CONDUCT.md).
### Security
If you discover any security related issues, please check [SECURITY](https://github.com/Astrotomic/.github/blob/master/SECURITY.md) for steps to report it.
## Credits
- [Tom Witkowski](https://github.com/Gummibeer)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Treeware
You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to [plant trees](https://www.bbc.co.uk/news/science-environment-48870920). If you contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees at [offset.earth/treeware](https://plant.treeware.earth/Astrotomic/ignition-stackoverflow)
Read more about Treeware at [treeware.earth](https://treeware.earth)