A pretty crude status bar app to see deals from secretflying.com.
It's very unsanctioned, and relies on scraping/parsing, so expect it to fall apart at any minute.
Right now it only scans the European deals (as that's all I'm really interested in), but wouldn't take much to fetch more and aggregate them in.
Building is pretty normal for an app these days.
pod install, open SecretFlying.xcworkspace, and you should be 95% the way to happiness.
Or, download a build (without autoupdates 🐴) here.
This was my first real Swift project, so it's pretty rough.
It's using Cheerio behind the scenes, because JavaScript has some pretty good tools for dealing with HTML! (It's running in a JavaScriptCore context).
- Squirrel updates
- Toggle regions beyond just European deals
- Auto-update feeds, with "new deal" notifications
😽
