/active-ios

iOS App for Drop-In Activities at City of Ottawa Recreation Facilities

Primary LanguageSwiftGNU General Public License v3.0GPL-3.0

Drop-In Activities at City of Ottawa Recreation Facilities

About The Project

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.

AppStore Download

Built With

  • Swift
  • SwiftUI

(back to top)

Getting Started

Please follow the instructions below to get started with Active.

Installation

  • Clone the repo

    git clone https://github.com/simulacrumus/active-ios
  • Open in Xcode

  • Enter your keys in Production.xcconfig and Development.xcconfig file

    API_HOST = <IP_ADDRESS>
    API_PORT = <PORT>
    API_DEFAULT_PATH = <PATH>
    API_KEY = <API_KEY>
    

(back to top)

Contact

Emrah Kinay - @emrahkinay

Project Link: https://github.com/simulacrumus/active-ios

(back to top)