Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rodolfobandeira/spacex

Ruby library that consumes SpaceX API
https://github.com/rodolfobandeira/spacex

api hacktoberfest hacktoberfest2021 rails ruby space spacex

Last synced: 18 days ago
JSON representation

Ruby library that consumes SpaceX API

Awesome Lists containing this project

README

        

SpaceX Ruby Client
===============

[![Gem Version](https://badge.fury.io/rb/spacex.svg)](https://badge.fury.io/rb/spacex)
![Github Actions](https://github.com/rodolfobandeira/spacex/workflows/Ruby/badge.svg)
[![Coverage Status - Coverall](https://coveralls.io/repos/github/rodolfobandeira/spacex/badge.svg?branch=master)](https://coveralls.io/github/rodolfobandeira/spacex?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/d125a8ff6d902eb48c8f/maintainability)](https://codeclimate.com/github/rodolfobandeira/spacex/maintainability)
[![Test Coverage - CodeClimate](https://api.codeclimate.com/v1/badges/d125a8ff6d902eb48c8f/test_coverage)](https://codeclimate.com/github/rodolfobandeira/spacex/test_coverage)

A Ruby library that consumes the [SpaceX API](https://github.com/r-spacex/SpaceX-API).

## Table of Contents

- [Installation](#installation)
- Usage
- [v3 Docs](/docs/v3.md)
- [v4 Docs](/docs/v4.md)
- [Contributing](#contributing)
- [Copyright](#copyright)

## Installation

Add the gem to your Gemfile:

```
gem 'spacex'
```

Then run `bundle install`.

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md).

[List of awesome people that already helped this project](CHANGELOG.md).

## Copyright

Copyright (c) 2018, [Rodolfo Bandeira](https://twitter.com/rodolfobandeira) and [Contributors](CHANGELOG.md).

MIT License, see [LICENSE](https://github.com/rodolfobandeira/spacex/blob/master/LICENSE) for details.