#Indeed API Job Feed
This is a simple application which uses the Indeed Job API.
To use the App you will need to sign up for a publisher key from the Indeed Website
Add your key to the index.php
PUBLISHER_KEY constant
// Set your API Publisher number
define('PUBLISHER_KEY', 123456); // Set your key here
You will also need to ensure you have composer installed and then run composer install
.