{"id":16661056,"url":"https://github.com/agrafix/flightmonitor","last_synced_at":"2025-05-13T04:32:52.828Z","repository":{"id":66320058,"uuid":"135100631","full_name":"agrafix/flightmonitor","owner":"agrafix","description":"Haskell: A tool to monitor flight prices given a trip specification","archived":false,"fork":false,"pushed_at":"2018-05-29T05:54:33.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-10T06:36:56.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agrafix.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-28T02:33:18.000Z","updated_at":"2020-01-20T02:08:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d6404b9-abbe-4e30-8096-c01310597d04","html_url":"https://github.com/agrafix/flightmonitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fflightmonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fflightmonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fflightmonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fflightmonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrafix","download_url":"https://codeload.github.com/agrafix/flightmonitor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877223,"owners_count":21977630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T10:33:16.952Z","updated_at":"2025-05-13T04:32:52.821Z","avatar_url":"https://github.com/agrafix.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flightmonitor (WIP)\n\nA Haskell tool to monitor flight prices given a trip specification. An example specification file is included at `config.yaml`:\n\n```yaml\namadeusKey: YOUR_KEY_HERE\nweekLookAhead: 5\ntrips:\n  - origin: SFO\n    destination: HNL\n    departure:\n      dayOfWeek: friday\n      time: \"16:00\"\n    return:\n      returnday:\n        - monday\n        - \"07:00\"\n    nonStop: true\n    maxPriceUSD: 700\n  - origin: SFO\n    destination: FRA\n    departure:\n      dayOfWeek: friday\n    return:\n      length: 14\n    nonStop: true\n    maxPriceUSD: 3000\n```\n\nThe output currently looks like this:\n\n```\n# Price: 677 USD\nOutbound:\nUA 1509: 2018-06-08 16:35 -\u003e 2018-06-08 18:51\nInbound:\nUA 396: 2018-06-10 21:00 -\u003e 2018-06-11 04:53\nOutbound:\nUA 1509: 2018-06-08 16:35 -\u003e 2018-06-08 18:51\nInbound:\nUA 1575: 2018-06-10 21:30 -\u003e 2018-06-11 05:35\nOutbound:\nUA 1670: 2018-06-08 19:11 -\u003e 2018-06-08 21:40\nInbound:\nUA 396: 2018-06-10 21:00 -\u003e 2018-06-11 04:53\nOutbound:\nUA 1670: 2018-06-08 19:11 -\u003e 2018-06-08 21:40\nInbound:\nUA 1575: 2018-06-10 21:30 -\u003e 2018-06-11 05:35\n# Price: 2667 USD\nOutbound:\nUA 926: 2018-06-15 19:10 -\u003e 2018-06-16 15:15\nInbound:\nLH 454: 2018-06-29 10:30 -\u003e 2018-06-29 12:55\nOutbound:\nUA 58: 2018-06-15 13:45 -\u003e 2018-06-16 09:55\nInbound:\nLH 454: 2018-06-29 10:30 -\u003e 2018-06-29 12:55\n\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrafix%2Fflightmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrafix%2Fflightmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrafix%2Fflightmonitor/lists"}