Skip to content

kylewelsby/rochdale-bin-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rochdale Bin Collection API

⚡️ System Dependencies

🎲 Usage

[
	{
		"uprn": "23107833",
		"address": "WOOD COTTAGE ALKRINGTON WOOD, MANCHESTER, M24 1WE"
	}
]
[
	{
		"date": "2023-03-28T00:00:00.000Z",
		"bins": [
			{
				"color": "Blue",
				"name": "Paper and cardboard",
				"icon": "https://webforms.rochdale.gov.uk/images/bin%20icons/Blue%20bin%20icon.png"
			}
		]
	},
	{
		"date": "2023-04-04T00:00:00.000Z",
		"bins": [
			{
				"color": "Dark green",
				"name": "General Waste",
				"icon": "https://webforms.rochdale.gov.uk/images/bin%20icons/Green%20bin%20icon.png"
			}
		]
	},
	{
		"date": "2023-04-11T00:00:00.000Z",
		"bins": [
			{
				"color": "Light green with blue lid",
				"name": "Mixed recycling",
				"icon": "https://webforms.rochdale.gov.uk/images/bin%20icons/Green%20blue%20bin%20icon.png"
			}
		]
	},
	{
		"date": "2023-04-18T00:00:00.000Z",
		"bins": [
			{
				"color": "Dark green",
				"name": "General Waste",
				"icon": "https://webforms.rochdale.gov.uk/images/bin%20icons/Green%20bin%20icon.png"
			}
		]
	},
	{
		"date": "2023-04-25T00:00:00.000Z",
		"bins": [
			{
				"color": "Blue",
				"name": "Paper and cardboard",
				"icon": "https://webforms.rochdale.gov.uk/images/bin%20icons/Blue%20bin%20icon.png"
			}
		]
	}
]

🎓 License

MIT: https://kylewelsby.mit-license.org

About

A simple JSON API to show what bin to put on the street next

Topics

Resources

Stars

Watchers

Forks