Basic steps to add support for a particular service:
- Add information to README
- Add setting to turn service on/off to "services" in config.json
- Add above setting to "services_settings" in config.json
- Write js file/function to fetch and setup service data in services/
- Add html template to templates to be rendered using fetched and setuped service data