An open API service indexing awesome lists of open source software.

https://github.com/emreozdil/scoin

:octocat: Sahibinden Coin iOS Application
https://github.com/emreozdil/scoin

alamofire objectmapper rest-api swift4

Last synced: about 1 year ago
JSON representation

:octocat: Sahibinden Coin iOS Application

Awesome Lists containing this project

README

          

# Scoin [![Travis CI](https://travis-ci.org/emreozdil/Scoin.svg?branch=master)](https://travis-ci.org/emreozdil/Scoin/builds) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Introduction
Sahibinden Coin iOS Application

Scoin App includes:
- Current Currency of Scoin
- Scoin History
- Scoin and Bitcoin Comparasion

## Requirements
- Swift 4
- Xcode 9.0+
- Charts
- Alamofire
- ObjectMapper
- AlamofireObjectMapper

## Rest API

```swift
let URLHistory = "https://devakademi.sahibinden.com/history"
let URLTicker = "https://devakademi.sahibinden.com/ticker"
let URLBitcoin = "https://blockchain.info/charts/market-price?timespan=30days&format=json"
```