amacsmith/fun-facts

Fetch fun facts frequently on the fly for fun fact friday

dev-master 2021-01-16 01:43 UTC

This package is auto-updated.

Last update: 2024-09-16 09:52:45 UTC


README

fetch random fun facts.

Build Status

codecov

Installation

Require using composer:

composer require amacsmith/fun-facts

Usage

use AMacSmith\FunFacts\FunFactFactory;

$factFactory = new FunFactFactory();

$fact = $factFactory->getFunFact();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT