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

https://github.com/shervanator/splendid

Want to test if a webpage looks as expected? Use splendid in your tests to make sure styles are not broken on your site!
https://github.com/shervanator/splendid

Last synced: 11 months ago
JSON representation

Want to test if a webpage looks as expected? Use splendid in your tests to make sure styles are not broken on your site!

Awesome Lists containing this project

README

          

# Splendid

[![Gem Version](https://badge.fury.io/rb/splendid.png)](http://badge.fury.io/rb/splendid)

Want to test if a webpage looks as expected? Use splendid in your tests to make sure styles are not broken on your site!

## Installation

Add this line to your application's Gemfile:

gem 'splendid'

And then execute:

$ bundle

Or install it yourself as:

$ gem install splendid

## Usage

TODO: Instruction coming soon, API will possibly change quite a bit soon as it is very early in development.

## Contributing

1. Fork it ( http://github.com//splendid/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 new Pull Request