panman / homerun-jobs
Get jobs from homerun
dev-master
2018-08-14 17:57 UTC
Requires
- craftcms/cms: ~3.0.0-beta.19
This package is not auto-updated.
Last update: 2026-03-15 12:20:53 UTC
README
Get jobs from homerun
Requirements
This plugin requires Craft CMS 3.0.0-beta.19 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require PanMan/homerun-jobs -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Homerun Jobs.
Homerun Jobs Overview
-Insert text here-
Configuring Homerun Jobs
It looks for an enviroment variable named HOMERUN_APIKEY
Using Homerun Jobs
In a twig template, place <script> var window.homerun= {{homerunJobs() | raw }}; </script>
This will create a JS var with the jobs
Homerun Jobs Roadmap
Some things to do, and ideas for potential features:
- Add some caching
- Release it
Brought to you by PanMan
