Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 682 Bytes

croydon_gov_uk.md

File metadata and controls

36 lines (26 loc) · 682 Bytes

Croydon Council

Support for schedules provided by Croydon Council, serving Croydon, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: croydon_gov_uk
      args:
        postcode: POSTCODE
        houseID: HOUSE_NUMBER & STREET

Configuration Variables

postcode (string) (required)

houseID (string) (required)

houseID should be in the format used by the website, road names tend not to be abbreviated.

Example

waste_collection_schedule:
    sources:
    - name: croydon_gov_uk
      args:
        postcode: "CR0 2EG"
        houseID: "23B Howard Road"