Sha256: 56ad00a8f25fd6a98da27a18b0d0504ee400b1c99e1dc25fdb6e0830a3ce1158

Contents?: true

Size: 853 Bytes

Versions: 1

Compression:

Stored size: 853 Bytes

Contents

# Zooniverse Social

Social media aggregation service for the Zooniverse

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'zooniverse_social'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install zooniverse_social

## Usage

### Boot the application
Run the app via the rackup cmd, <https://github.com/sinatra/sinatra#serving-a-modular-application>

`bundle exec rackup -p 4567`

### Install dependencies
`bundle install`

### Test the app
`bundle exec rspec`

### Publishing to [RubyGems](https://rubygems.org/)
`rake build` - to create the new gem version locally
`rake release` - to tag the gem and release it to RubyGems

## License

Copyright 2023 by the Zooniverse

The gem is available as open source under the terms of the [Apache License v2](https://opensource.org/licenses/Apache-2.0).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zooniverse_social-1.3.1 README.md