Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 707 Bytes

HELP.md

File metadata and controls

12 lines (11 loc) · 707 Bytes

Basic steps to add support for a particular service:

  1. Add information to README
  2. Add setting to turn service on/off to "services" in config.json
  3. Add above setting to "services_settings" in config.json
  4. Write js file/function to fetch and setup service data in services/
  5. Add html template to templates to be rendered using fetched and setuped service data