Basildon gov uk (#886)

* adding basildon gov uk

* Updated Docs for Basildon Council

* Corrected Basildon Council Naming

* Tweaks to code

* adding test case in py and empty last line in md
This commit is contained in:
Eyeanman
2023-04-17 16:52:11 +01:00
committed by GitHub
parent ba8a360133
commit 0884485daa
4 changed files with 102 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
# Basildon Council
Support for schedules provided by [Basildon Council](https://www3.basildon.gov.uk/website2/postcodes.nsf/frmMyBasildon), UK.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: basildon_gov_uk
args:
postcode: POSTCODE
address: FIRST LINE OF ADDRESS (X, STREET NAME)
```
### Configuration Variables
**postcode**
*(string) (required)*
**address**
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: basildon_gov_uk
args:
postcode: CM111BJ
address: 6, HEADLEY ROAD
```
## How to get the source argument
An easy way to discover your Postcode and address used by this service is by going to <https://www3.basildon.gov.uk/website2/postcodes.nsf/frmMyBasildon> and entering in your address details.