Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.78 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.78 KB

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.

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)