Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moquiutijunio/bitcoin-quote
Graph with bitcoin quotes provided by https://www.blockchain.com/api/charts_api
https://github.com/moquiutijunio/bitcoin-quote
bitcoin blockchain chart swift
Last synced: 10 days ago
JSON representation
Graph with bitcoin quotes provided by https://www.blockchain.com/api/charts_api
- Host: GitHub
- URL: https://github.com/moquiutijunio/bitcoin-quote
- Owner: moquiutijunio
- Created: 2019-12-06T23:49:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T20:50:09.000Z (almost 5 years ago)
- Last Synced: 2023-10-29T21:28:56.246Z (about 1 year ago)
- Topics: bitcoin, blockchain, chart, swift
- Language: Swift
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Application using blockchain API to query bitcoin quote.## Getting started
* Download the project at your terminal.```
git clone https://github.com/moquiutijunio/Bitcoin-Quote.git
```* To compile the project you must have [CocoaPods](https://cocoapods.org/) and [Xcode](https://xcodereleases.com/) installed.
* After this do the following command within the iOS project folder and within the MacOS project folder.
```
pod install
```## Application