Low commit activity in last 3 years
A long-lived project that still receives updates
Social media aggregation service for the Zooniverse
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Zooniverse Social

Social media aggregation service for the Zooniverse

Installation

Add this line to your application's Gemfile:

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

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.