Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tarebyte/slimerjs-gem
- Owner: tarebyte
- License: mit
- Created: 2014-05-18T00:43:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T02:04:50.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T08:22:58.854Z (about 1 month ago)
- Language: Ruby
- Homepage: https://github.com/tarebyte/slimerjs-gem
- Size: 18.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)