Skip to content

Commit

Permalink
sunderland .md added
Browse files Browse the repository at this point in the history
  • Loading branch information
dt215git committed Oct 10, 2024
1 parent 6808193 commit db65e40
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions doc/source/sunderland_gov_uk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Sunderland City Council

Support for schedules provided by [Sunderland City Council](https://www.sunderland.gov.uk/bindays), UK.

## Configuration via configuration.yaml

```yaml
waste_collection_schedule:
sources:
- name: sunderland_gov_uk
args:
postcode: POSTCODE
address: ADDRESS
```
### Configuration Variables
**postcode**
*(string) (required)*
**address**
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: sunderland_gov_uk
args:
postcode: "SR4 8RJ"
house_number: "17 Sutherland Drive"
```

0 comments on commit db65e40

Please sign in to comment.