Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fancymax/12306ForMac
An unofficial 12306 Client for Mac
https://github.com/fancymax/12306ForMac
12306 osx swift ticket train
Last synced: about 1 month ago
JSON representation
An unofficial 12306 Client for Mac
- Host: GitHub
- URL: https://github.com/fancymax/12306ForMac
- Owner: fancymax
- License: mit
- Created: 2016-02-02T11:18:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T12:14:58.000Z (almost 6 years ago)
- Last Synced: 2024-10-22T06:23:28.391Z (about 2 months ago)
- Topics: 12306, osx, swift, ticket, train
- Language: Swift
- Homepage:
- Size: 22.5 MB
- Stars: 2,850
- Watchers: 105
- Forks: 417
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-github-star - 12306ForMac
README
# 12306ForMac
仅做学习参考,随着12306接口的变更可能无法正常使用。
Mac版12306 订票/捡票 助手。
以前要么开Windows虚拟机,要么使用官方Web,现在可以使用12306ForMac订票助手。
注意系统要求 **OS X10.11** 以上
![demo](screenshot/12306ForMac.jpg)
# 开发
1. OS X 10.13/Xcode 9.0/Swift 3.2/brew
2. $ brew install carthage
3. $ git clone --recursive https://github.com/fancymax/12306ForMac.git
5. $ cd 12306ForMac
4. $ carthage update --platform macOS# 感谢
本项目基于 Alamofire、PromiseKit、FMDB、MASPreferences等进行开发,在此表示感谢。