This is the api for the Swift Island app.
The app is made by Paul Peelen. The source code is available under MIT license. Please contribute!
Clone this repository and run swift run
to download the dependencies and start the server.
The API is located at: https://swiftisland.herokuapp.com. The list below informs about the endpoints available.
Endpoint | Type | Purpose |
---|---|---|
/schedule |
GET |
Getting the current schedule. If the schedule is not yet available, a 404 will be returned. |
/mentors |
GET |
Showing the list of mentors. |
/locations |
GET |
Getting the list of polygon locations important for the event. |
Did you find us via Hacktoberfest 2019? Great to have you here 👋 Please read our contributing guidlines or start by picking an issue labeled 'hacktoberfest'