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

https://github.com/anneblair/aphrodite

I hope that every person who uses it can harvest love. It provides you a chance to use a pure-Swift alternative in your next app.
https://github.com/anneblair/aphrodite

aphrodite candlestick hope swift swift-examples swift-toolchain swift4

Last synced: about 1 year ago
JSON representation

I hope that every person who uses it can harvest love. It provides you a chance to use a pure-Swift alternative in your next app.

Awesome Lists containing this project

README

          

# Aphrodite

![Aphrodite](http://on9ek9f89.bkt.clouddn.com/Aphrodite_logo.png)
[![Swift](https://img.shields.io/badge/Swift-4-orange.svg)](https://swift.org)
[![Xcode](https://img.shields.io/badge/Xcode-9-blue.svg)](https://developer.apple.com/xcode)
[![MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
[![中文 README](https://img.shields.io/badge/%E4%B8%AD%E6%96%87-README-blue.svg?style=flat)](https://github.com/AnneBlair/Aphrodite/blob/master/README.zh-cn.md)

**I hope that every person who uses it can harvest love. It provides you a chance to use a pure-Swift alternative in your next app. Save time to harvest Love**

## Features
* [x] Candlestick chart
* [x] Swift extensions
* [x] 中文介绍


## What is a 'Candlestick'
A candlestick is a chart that displays the high, low, opening and closing prices of a security for a specific period. The wide part of the candlestick is called the "real body" and tells investors whether the closing price was higher or lower than the opening price. Black/red indicates that the stock closed lower and white/green indicates that the stock closed higher.
[More](https://github.com/AnneBlair/Aphrodite/blob/master/Candlestick.md)
[中文版](https://github.com/AnneBlair/Aphrodite/blob/master/Candlestick.zh-cn.md)

### Schema document
![Schema document](http://on9ek9f89.bkt.clouddn.com/15093473056265.jpg)

## Swift extensions
#### ChainSet
* [x] CustomStringConvertible
* [x] arable
* [x] ection
* [x] ExpressibleByArrayLiteral
* [x] CustomStringConvertible

## Requirements

- iOS 8.0+
- Swift 4+

### CocoaPods

Aphrodite is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "Aphrodite" , '~> 1.2.0’
```

**e.g:**

```
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, “8.0”
use_frameworks!

target : ’Project’ do

pod 'Aphrodite', '~> 1.2.0’

end
```

## Developments and Tests
Any contributing and pull requests are warmly welcome. However, before you plan to implement some features or try to fix an uncertain issue, it is recommended to open a discussion first.

It would be appreciated if your pull requests could build and with all tests green. :)

## Author
YinYu
- [GitHub](https://github.com/AnneBlair)
- [Twitter](https://twitter.com/291181204)
- [weibo](http://weibo.com/anneblair)
- sirbliar@gmail.com

## Code of Conduct

The Aphrodite team welcomes people of all ethnicities, nationalities, ages, gender, disability, levels of experience, and religious beliefs to use and contribute to the Aphrodite project. We pledge to foster and enforce a harassment-free environment of openness, respect, and cooperation for everyone in all project and public spaces online or offline.

Please report any behaviour that violates our Code of Conduct to sirbliar@gmail.com. The Aphrodite team is committed to enforcing this Code of Conduct to ensure everyone who wishes to use, contribute to, and comment on the Aphrodite project may do so freely and openly and without fear of reprisal.

The Aphrodite team maintains the right to remove, edit, or reject any comments, code, edits, or issues that do not align with our Code of Conduct.

## License
**Aphrodite is released under the MIT license. See LICENSE for details.**