Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 907 Bytes

File metadata and controls

18 lines (17 loc) · 907 Bytes

Project-Mobile-Programming-Spring-2022-iOS

Project (iOS version) for mobile programming course in spring 2022 at Sharif University of Technology.
This is a tracking cryptocurrency app.

Team members:

Complete Name Student Number
Shayan Cheshm Jahan 97110047
Amir Mohammad Fakhimi 99170531
Seyyed Reza Ghamghaam 99170542

How to run project:

  1. First of all get an API key from https://twelvedata.com.
  2. After that, create a Property List file in the Shared folder with the API Keys name.
    • So you have a file which name is API Keys.plist in your Shared folder.
    • Type of your root in that file should be Dictionary.
  3. Create a row in that file with twelvedataAPIKey key and your twelvedata API key value.
    • Type of that row should be String.
  4. Run and enjoy the project. 😉