Sha256: 4d8b45fa1c952889e3d89d1951d5b2c872db6c5cfa1283907f11d125e8cfa9c5

Contents?: true

Size: 584 Bytes

Versions: 3

Compression:

Stored size: 584 Bytes

Contents

# Microformat

A basic microformat parser. Handles only [Product](http://schema.org/Product) at the moment.

## Installation

Add this line to your application's Gemfile:

    gem 'microformat'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install microformat

## Usage

    Microformat::SchemaOrg.parse '<your><html>'

## Contributing

1. Fork it
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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
otg-microformat-0.0.3 README.md
otg-microformat-0.0.2 README.md
otg-microformat-0.0.1 README.md