Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskuei/uoner
Elegant network client for UCAS
https://github.com/chriskuei/uoner
ios login network ucas
Last synced: about 1 month ago
JSON representation
Elegant network client for UCAS
- Host: GitHub
- URL: https://github.com/chriskuei/uoner
- Owner: Chriskuei
- License: mit
- Created: 2019-05-16T14:39:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T07:23:07.000Z (over 5 years ago)
- Last Synced: 2024-10-15T10:16:30.224Z (3 months ago)
- Topics: ios, login, network, ucas
- Language: Swift
- Homepage:
- Size: 4.64 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uoner:
> Elegant network client for [UCAS](http://www.ucas.edu.cn)
## Screenshots
## Features
- [x] Login & Logout
- [x] Today Extension## Requirements
- Swift 5+
- Xcode 10.2.1+
- macOS 10.14+## Installation
- Install [Carthage](https://github.com/Carthage/Carthage):
```bash
$ brew install carthage
```- Git clone the repository and run:
```bash
$ carthage update --platform ios
```- Click `Uon.xcodeproj` to open the project, and then compile to your device.
## FAQ
### What's the origin of the name Uoner?
The project is derived from [Boner](https://github.com/Chriskuei/Boner). Uoner stands for UCAS Online, an elegant network client for UCAS.
---
## Acknowledgements
- [Alamofire](https://github.com/Alamofire/Alamofire)
## Contribution
- If you need help or you'd like to ask a general question, open an issue.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.## Credits
Uoner is owned and maintained by [Chriskuei](http://github.com/chriskuei).
## License
Uoner is released under the MIT license. See [LICENSE](LICENSE) for details.