Active is a mobile application that allows users to browse and search drop-in activities at City of Ottawa Recreation Facilities.
There is no API provided by the city for the drop-in activities and the data for the application is collected using Python web scraper and published using Spring Boot REST API Server on Docker.
Download the app on AppStore.
- Swift
- SwiftUI
Please follow the instructions below to get started with Active.
-
Clone the repo
git clone https://github.com/simulacrumus/active-ios
-
Open in Xcode
-
Enter your keys in
Production.xcconfig
andDevelopment.xcconfig
fileAPI_HOST = <IP_ADDRESS> API_PORT = <PORT> API_DEFAULT_PATH = <PATH> API_KEY = <API_KEY>
Emrah Kinay - @emrahkinay
Project Link: https://github.com/simulacrumus/active-ios