Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

kolesnikovde/ssim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSIM

SSIM parser for Ruby.

Installation

Add this line to your application's Gemfile:

gem 'ssim'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ssim

Usage

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

About

SSIM parser for Ruby.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published