Skip to content

arnsbogroup/voicearchive_client

Repository files navigation

VoiceArchive Client Gem Build Status

VoiceArchive API client gem, for use i Ruby projects. The projects implements some of the exposed API endpoint, from Arnsbo Media Engine.

Requirements

Installation

$ scripts/setup

Usage

scripts/server will start an irb console, to play around with the Gem:

$ scripts/server

To use in an applicaiton, add this line to the Gemfile:

gem 'voicearchive_client', git: 'https://github.com/ArnsboMedia/voicearchive_client.git'

.. and then run $ bundle 🚀

Test

$ scripts/test