Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.34 KB

basildon_gov_uk.md

File metadata and controls

64 lines (47 loc) · 1.34 KB

Basildon Council

Support for schedules provided by Basildon Council, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: basildon_gov_uk
      args:
        uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER

or

waste_collection_schedule:
    sources:
    - name: basildon_gov_uk
      args:
        postcode: POSTCODE
        address: ADDRESS

Configuration Variables

uprn
(string) (required if postcode and address is not provided)

postcode
(string) (required if no uprn provided)

address
(string) (required if no uprn provided)

Example

waste_collection_schedule:
    sources:
    - name: basildon_gov_uk
      args:
        uprn: "100090277795"
waste_collection_schedule:
    sources:
    - name: basildon_gov_uk
      args:
        postcode: "SS14 1QU"
        address: "25 LONG RIDING"

How to get the source arguments

Using postcode and address

Go to https://mybasildon.powerappsportals.com/check/where_i_live/ and enter your postcode and address. Then use the postcode and address as arguments.

Using UPRN

An easy way to find your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering your address details.