taeram / granny

Displays a random gif on each page load for specific search terms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

granny

Displays a random gif on each page load for specific search terms.

Setup

  1. Copy config.sample.yml to config.yml
  2. Sign up for a GIPHY developer account, and generate an API key.
  3. Update config.yml with your GIPHY API key, and your preferred search term.
  4. Install the Composer dependencies with: composer install
  5. Start up a PHP development server php -S 0.0.0.0:8080
  6. Visit the page in your browser: http://localhost:8080/

About

Displays a random gif on each page load for specific search terms.

License:MIT License


Languages

Language:PHP 100.0%