Skip to content

Commit

Permalink
.md added
Browse files Browse the repository at this point in the history
  • Loading branch information
dt215git committed Jan 4, 2025
1 parent ef5d5cd commit f93bc5e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions doc/source/cumberland_gov_uk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Cumberland Council

Support for schedules provided by [Cumberland Council](https://waste.cumberland.gov.uk/renderform?t=25&k=E43CEB1FB59F859833EF2D52B16F3F4EBE1CAB6A), serving Cumberland, UK.

## Configuration via configuration.yaml

```yaml
waste_collection_schedule:
sources:
- name: cumberland_gov_uk
args:
postcode: POSTCODE
uprn: UPRN
```
### Configuration Variables
**postcode**
*(string) (required)*
**uprn**
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: cumberland_gov_uk
args:
postcode: "CA28 7QS"
uprn: "100110319463"
```
## How to find your UPRN
An easy way to discover your Unique Property Reference Number (UPRN) is by going to <https://www.findmyaddress.co.uk/> and entering in your address details.

0 comments on commit f93bc5e

Please sign in to comment.