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

https://github.com/dbackowski/birthdate_from_pesel

Library for getting birthdate from polish pesel number.
https://github.com/dbackowski/birthdate_from_pesel

birthdate pesel ruby ruby-gem

Last synced: 5 months ago
JSON representation

Library for getting birthdate from polish pesel number.

Awesome Lists containing this project

README

          

# BirthdateFromPesel [![Build Status](https://travis-ci.org/dbackowski/birthdate_from_pesel.svg?branch=master)](https://travis-ci.org/dbackowski/birthdate_from_pesel)

Library for getting birthdate from polish pesel number.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'birthdate_from_pesel'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install birthdate_from_pesel

## Usage

```ruby
BirthdateFromPesel::Parser.new('02212811672').birthdate
=> #
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dbackowski/birthdate_from_pesel.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).