Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Overview

This module provides a way to store and display community group data from The City. Churches can use this module to display information about their community groups on their site.

Features

  • Provides an endpoint that can be used for listening to webhooks from the city. Group data is stored locally and can be manually refreshed if needed.
  • Provides a sample block that displays all community groups (that have been stored locally) on a google map with markers and popups for each group

Installation

  • Download and unzip this module to your sites/*/modules folder
  • Enable the module at http://yoursite/admin/modules
  • To receive updates from The City, you will need to:
  • For the sample map block, you will need:
    • An API key from Google
    • The Infobox library installed in your site's library folder (should end up with sites/*/libraries/infobox/infobox.js

Project information