article-date-extractor 0.1.1

A library for extracting the publication date from an article or a blog post.
Documentation

article-date-extractor

Build Status Current Version

Documentation

Overview

This library allows you to extract the publication date of an article or a blog post by using various parsing methods. It's heavily inspired by both the original Python version as well as the Haskell port.

Please consult the documentation for installation instructions and a usage example.

Contributing

  1. Fork it ( https://github.com/alexeyzab/article-date-extractor/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add a failing test.
  4. Add code to pass the test.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Ensure tests pass.
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request