You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample Bitcoin API app that shows the current value of this cryptocurrency in a list of different currencies. This app uses "Bitcoin Average API" to fetch data and was completed as an assignment for Seneca College course in iOS Mobile Application Development.
5
+
A sample Bitcoin API app that shows the current value of this cryptocurrency in a list of different currencies. This app uses [Bitcoin Average API](https://apiv2.bitcoinaverage.com/) to fetch data and was completed as an assignment for Seneca College course in iOS Mobile Application Development by using fundamental principles as follows:
6
6
7
-
• GCD and multi-threading
8
-
• UIPickerView
9
-
• GET Request, API & Web Services
10
-
• Parsing JSON
11
-
• Error Handling
7
+
* GCD and multi-threading
8
+
* UIPickerView
9
+
* GET Request, API & Web Services
10
+
* Parsing JSON
11
+
* Error Handling
12
12
13
-
Language: Swift
13
+
Language: Swift
14
14
Assignment for: Seneca College - iOS Mobile Application Development course
15
-
The API address: https://apiv2.bitcoinaverage.com/
15
+
16
+
17
+
## Resources
18
+
Bitcoin Average API: <https://apiv2.bitcoinaverage.com/>
19
+
16
20
17
21
## Setup
22
+
You need to replace you unique API Key for Bitcoin Average API in the following static property of the `BitcoinAPI` class. This projects needs no additional setup.
23
+
24
+
```swift
25
+
staticlet apiKey ="ENTER API KEY HERE"
26
+
```
27
+
28
+
## Contributing
29
+
30
+
Feel free to contribute to **Bitcoin API**. Fork and clone this repository, then make a pull request once you have pushed your changes.
31
+
18
32
19
33
## Maintainers
20
34
m-ahmadian
35
+
36
+
37
+
## License
38
+
**Bitcoin API** is available under the [MIT License](https://github.com/m-ahmadian/Bitcoin-API/blob/master/LICENSE).
0 commit comments