Giter Club home page Giter Club logo

helix's Introduction

Helix Code Climate

The Helix gem allows developers to easily connect to and manipulate the Twistage API.

Documentation

You should find the documentation for your version of helix on Rubygems.

Install

gem install helix

or add the following line to Gemfile:

gem 'helix'

and run bundle install from your shell.

Install From Repo

Using sudo:

git clone [email protected]:Twistage/helix.git 
gem build helix.gemspec  
sudo gem i helix-*.gem

RVM or root support:

git clone [email protected]:Twistage/helix.git
gem build helix.gemspec
gem i helix-*.gem

Rebuilding the gem, use the first for sudo, the second for RVM or root:

rake reinstall_helix
rake reinstall_helix_rvm

Using gem in a Gemfile

gem 'helix', :git => '[email protected]:Twistage/helix.git'

Supported Ruby versions

1.9.3
1.9.2

How To

###Setup YAML

site: 'http://service.twistage.com'
company: 'my_company'
license_key: '141a86b5c4091'
library_id: 'development'

Boot up IRB in your console

irb

Load the YAML file as your config.

require 'helix'
Helix::Config.load("path/to/yaml.yml")
videos = Helix::Video.find_all

If no file is passed in Helix with default to './helix.yml'

More Information

Contributing

How to contribute

Credits

Helix was written by Kevin Baird and Michael Wood.

Helix is maintained and funded by Twistage, Inc

The names and logos for twistage are trademarks of Twistage, Inc.

License

Helix is Copyright © 2008-2012 Twistage, Inc.

helix's People

Contributors

mykewould avatar kbaird avatar mreigen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.