날씨 open api를 가져와 화면에 뿌려주는 앱 클론
- Feature
- Openweather.org 날씨 API 활용
- Delegate Pattern
날씨 앱에서 배운 API 호출 및 파싱을 이용하여 Coin앱 제작
Overview : Coinapi.io의 데이터 중 rate를 가져와 나라별 통화에 맞춰 각 데이터(bitcoinLabel, currencyLabel)에 입력
- Feature
- Coinapi.io 필요한 데이터 호출
- Delegate Pattern 적용
- protocol Datasource와 Delegate를 분리하여 extension으로 코드 refactoring 진행

