https://github.com/kolesnikovde/ssim
SSIM parser for Ruby.
https://github.com/kolesnikovde/ssim
aviation ruby ssim
Last synced: 8 months ago
JSON representation
SSIM parser for Ruby.
- Host: GitHub
- URL: https://github.com/kolesnikovde/ssim
- Owner: kolesnikovde
- Archived: true
- Created: 2015-09-27T22:49:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T21:12:03.000Z (about 10 years ago)
- Last Synced: 2025-02-02T00:44:22.906Z (9 months ago)
- Topics: aviation, ruby, ssim
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSIM
[SSIM](http://www.iata.org/publications/Pages/ssim.aspx) parser for Ruby.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ssim'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install ssim
## Usage
```ruby
schedule = SSIM.schedule(
url: 'path/to/file.ssim',
date: Date.today,
# optional IATA codes for departure and arrival points
departure_point: 'YKS'
)schedule.table
schedule.created_at
schedule.from_date
schedule.to_date
```## License
MIT