Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rodolfobandeira/spacex
- Owner: rodolfobandeira
- License: mit
- Created: 2018-08-18T14:21:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T21:32:58.000Z (over 3 years ago)
- Last Synced: 2025-01-11T13:20:21.844Z (27 days ago)
- Topics: api, hacktoberfest, hacktoberfest2021, rails, ruby, space, spacex
- Language: Ruby
- Homepage:
- Size: 498 KB
- Stars: 20
- Watchers: 2
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.