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.
- Host: GitHub
- URL: https://github.com/dbackowski/birthdate_from_pesel
- Owner: dbackowski
- License: mit
- Created: 2016-07-03T15:09:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T17:45:36.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T12:39:42.263Z (over 1 year ago)
- Topics: birthdate, pesel, ruby, ruby-gem
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BirthdateFromPesel [](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).