Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 3.02 KB

README-EN.md

File metadata and controls

62 lines (43 loc) · 3.02 KB

中文说明 Github All Releases

Gank for Mac

The missing Mac OS X application for gank.io

Application Features

This tiny application is used to view the gank posts in gank.io, and send you a notification when new post arrived. Nothing more and nothing less.
It is developed with Swift 3!!! Excited? 😜
Btw, please make sure your mac system is OS X 10.10 or later.

img

Almost all the code is explained with its fuctions, so enjoy reading the source code. 😄
Since I just learned Swift language and Mac OS X application development this week, please be nice when you read the xxxx code. 😂 Btw, other helpful features are still under development. 😘
Feel free to submit any pull request to make it better or send your suggestions to me.

img

Get this Application

You can rebuild this project to get this applicaton or you can download Gank for Mac here

Data and Libraries

1.gank.io and its API: Share technical ganks every day
2.Alamofire: Elegant HTTP Networking in Swift
3.SwiftyJSON: The better way to deal with JSON data in Swift
4.SwiftyTimer: Swifty API for NSTimer
5.Image resources are coming from IconFinder, mainly from this iconset with the license of free for commercial use.

Projects Based on

1.Product Hunt
2.Toutiao for Mac

The License

The MIT License (MIT)

Copyright (c) 2016 Hujiawei

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.