HackerSwifter
HackerSwifter copied to clipboard
A Swift Hacker News library
- Updated to Swift 3
Use it for everything else than front page https://hn.algolia.io/api At the moment we scrape the website, now we should only scrap the home page, and load comments from the API....
https://github.com/Dimillian/HackerSwifter/blob/master/Hacker%20Swifter/Hacker%20Swifter/Models/Post.swift#L185-L220 Put this code (and comment model code) in a background queue so it won't slow down the UI when parsing the HTML page.
https://github.com/Dimillian/HackerSwifter/blob/master/Hacker%20Swifter/Hacker%20Swifter/HTTP/Cache.swift#L126 Put that line in a dispatch async in a background queue. At the moment I can't because I get some odd errors with the Swift compiler... Will do in...
fixes #7
- [ ] Be able to query the cache date for a ressource - [ ] Automatically remove too old cache (at launch?)
I feel like that system creates the same frustration that a lot of people have with the facebook app. Where you'll start to read something and then it's gone and...