SpaceCRYST-X - SpaceX API wrapper in Crystal

February 10, 2020 ยท View on GitHub

Simple and Easy API Wrapper for r-spacex/SpaceX-API

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      SpaceCRYST-X:
        github: alshapton/SpaceCRYST-X
    
  2. Run shards install

Usage

require "SpaceCRYST-X"

Development

Credits

Jake Meyer's r-spacex/SpaceX-API

Contributing

  1. Fork it (https://github.com/alshapton/SpaceCRYST-X/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors