This is a swift project that pulls cryptocurrency data from CryptoCompare.com API. You can add and remove(swipe delete) cryptocurrencies. Their USD and daily change percentage values will be presented on each line. The app automatically updates the values for the coins. Instead of updating all of the coin's list, only the ones that have a price difference are updated. Cells are animated for addition, deletion and updates.
The pods that are used :
- Alamofire for API requests
- SwiftyJSON for handling JSONs
