https://github.com/salmik/crypto-track-app
Simple crypto track app using coinapi.io
https://github.com/salmik/crypto-track-app
cryptoapi cryptocurrencies cryptocurrency ios ios-app ios-swift swift xcode
Last synced: 3 months ago
JSON representation
Simple crypto track app using coinapi.io
- Host: GitHub
- URL: https://github.com/salmik/crypto-track-app
- Owner: Salmik
- License: mit
- Created: 2021-05-16T03:08:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T07:41:04.000Z (over 4 years ago)
- Last Synced: 2025-01-19T22:15:34.660Z (about 1 year ago)
- Topics: cryptoapi, cryptocurrencies, cryptocurrency, ios, ios-app, ios-swift, swift, xcode
- Language: Swift
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto-Track-app
**Simple crypto track app using coinapi.io**

## How to run a demo app
1) Download the source code by cloning this repository
2) Install the pods by running
```
run - pod update
```
3) Open the xcworkspace file with the latest version of Xcode
4) In APICaller.swift file(20 and 63 lines) - add your own api key for acccess(https://www.coinapi.io/)
5) Build and run
## Technologies
WikipediaKit - [WikipediaKit](https://github.com/Raureif/WikipediaKit)