Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willis7/bin-schedule-service
When is my bin collected?
https://github.com/willis7/bin-schedule-service
Last synced: 1 day ago
JSON representation
When is my bin collected?
- Host: GitHub
- URL: https://github.com/willis7/bin-schedule-service
- Owner: willis7
- License: mit
- Created: 2016-11-23T19:57:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T17:25:32.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T15:44:09.849Z (6 months ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bin Schedule Service
A RESTful API for letting consumers know when their bins are being collected.
**NOTE:** currently only works for East Devon
### Build Status
[![Go Report Card](https://goreportcard.com/badge/github.com/willis7/bin-schedule-service)](https://goreportcard.com/report/github.com/willis7/bin-schedule-service)
[![Build Status](https://travis-ci.org/willis7/bin-schedule-service.svg?branch=master)](https://travis-ci.org/willis7/bin-schedule-service)
[![Coverage Status](https://coveralls.io/repos/github/willis7/bin-schedule-service/badge.svg?branch=master)](https://coveralls.io/github/willis7/bin-schedule-service?branch=master)### Architectue
Here's how the application is structured.
* **services**: Business logic and calls to external services.
* **models**: Describes the data model of the application
* **handlers**: Implements the application’s application handlers
* **routers**: Implements the HTTP request routers for the API### Example Response
{
"Postcode": "EX15 5DX",
"RecyclingDate": "Friday 25 November 2016",
"RubbishDate": "Friday 25 November 2016"
}