Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocojoe/quantumdice
iOS Application, Swift, Interesting API, Async Unit Testing
https://github.com/cocojoe/quantumdice
Last synced: 3 days ago
JSON representation
iOS Application, Swift, Interesting API, Async Unit Testing
- Host: GitHub
- URL: https://github.com/cocojoe/quantumdice
- Owner: cocojoe
- License: mit
- Created: 2016-08-23T19:52:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T23:31:35.000Z (about 8 years ago)
- Last Synced: 2024-11-13T09:26:58.839Z (2 months ago)
- Language: Swift
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quantum Dice - iOS Application
Interesting API project, initially to show a friend an example of async unit testing in Xcode 7.3.1. It then turned into a mini app and had a bit of fun with the interface.
[App Store Link](https://itunes.apple.com/us/app/roll-initiative/id1142986245?mt=8)
## Getting Started
Grab the source and install the [CocoaPods](https://cocoapods.org/)
```
pod install
```## Running the tests
There are some Unit Tests included in the project to test the API and number conversion. `Command U`
## Built With
* Xcode 7.3.1, Swift 2.2, iOS 9.3
* Awesome CocoaPods - See **Podfile**## Contributing
Please feel free to look at the issues for and create a pull request or contribute anything awesome :]
## Authors
* **Martin Walsh** - [cocojoe](https://github.com/cocojoe/)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Inspired by [ANU Quantum Random Numbers Server](https://qrng.anu.edu.au/)