Get started by creating an account at https://accounts.questgig.com/ Go to developer mode and Copy your api key
Go to Config.php and Change the Following to your api key
API_KEY("ENTER YOUR API KEY");
Create a variable named query and urlencode it because of errors
<?php
$query = urlencode($_GET["YOUR PARAMETER NAME"]);