{"id":17402338,"url":"https://github.com/kolesnikovde/ssim","last_synced_at":"2025-02-28T05:30:53.766Z","repository":{"id":83685670,"uuid":"43268575","full_name":"kolesnikovde/ssim","owner":"kolesnikovde","description":"SSIM parser for Ruby.","archived":true,"fork":false,"pushed_at":"2015-09-29T21:12:03.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T00:44:22.906Z","etag":null,"topics":["aviation","ruby","ssim"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kolesnikovde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-27T22:49:33.000Z","updated_at":"2024-05-16T21:25:47.000Z","dependencies_parsed_at":"2023-03-05T12:00:22.292Z","dependency_job_id":null,"html_url":"https://github.com/kolesnikovde/ssim","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/kolesnikovde%2Fssim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolesnikovde%2Fssim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolesnikovde%2Fssim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolesnikovde%2Fssim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kolesnikovde","download_url":"https://codeload.github.com/kolesnikovde/ssim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241106138,"owners_count":19910765,"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":["aviation","ruby","ssim"],"created_at":"2024-10-16T17:26:20.450Z","updated_at":"2025-02-28T05:30:53.457Z","avatar_url":"https://github.com/kolesnikovde.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSIM\n\n[SSIM](http://www.iata.org/publications/Pages/ssim.aspx) parser for Ruby.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ssim'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ssim\n\n## Usage\n\n```ruby\nschedule = SSIM.schedule(\n  url: 'path/to/file.ssim',\n  date: Date.today,\n  # optional IATA codes for departure and arrival points\n  departure_point: 'YKS'\n)\n\nschedule.table\nschedule.created_at\nschedule.from_date\nschedule.to_date\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolesnikovde%2Fssim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkolesnikovde%2Fssim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolesnikovde%2Fssim/lists"}