Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tarebyte/slimerjs-gem

A ruby installed of SlimerJS for the lazy
https://github.com/tarebyte/slimerjs-gem

Last synced: 28 days ago
JSON representation

A ruby installed of SlimerJS for the lazy

Awesome Lists containing this project

README

        

# Slimerjs-Gem
[![Build Status](https://travis-ci.org/tarebyte/slimerjs-gem.svg?branch=master)](https://travis-ci.org/tarebyte/slimerjs-gem)

## Work in progress

This is basically a knock off of the [PhantomJS Gem](https://github.com/colszowka/phantomjs-gem) for [SlimerJS](http://slimerjs.org/)

For now this supports the [standalone edition](http://slimerjs.org/download.html#standalone) only

## Installation

Add this line to your application's Gemfile:

gem 'slimerjs-gem'

And then execute:

$ bundle

Or install it yourself as:

$ gem install slimerjs-gem

## Example

```ruby
# Standalone
require 'slimerjs'
```

## Contributing

1. Fork it ( https://github.com/tarebyte/slimerjs-gem/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Thanks

To [Chris Olszowka](https://github.com/colszowka) for the [PhantomJS Gem](https://github.com/colszowka/phantomjs-gem) which
has had a heavy influence on this project.

## Copyright

(c) 2014 Mark Tareshawty

Note that this project merely simplifies the installation of the entirely separate SlimerJS project via a Ruby gem.
You can find the license information for SlimerJS at [http://slimerjs.org/](http://slimerjs.org/)