Update projects page

This commit is contained in:
Ariejan de Vroom 2013-03-25 11:21:24 +01:00
parent 7963a6d004
commit 89c1f12ab4

View File

@ -36,3 +36,18 @@ title: Projects
* [Website](http://fireflyrb.com) * [Website](http://fireflyrb.com)
* [Github](https://github.com/ariejan/firefly) * [Github](https://github.com/ariejan/firefly)
## PostcodeAPI
A simple ruby wrapper around the [Postcode API service](http://www.postcodeapi.nu/).
* [Github](https://github.com/ariejan/postcodeapi)
## elfproef
The 11-check is a checksum algorithm used to validate Dutch bank account numbers and
social security numbers.
This gem allows you to add validations to your Rails models for these kind of fields.
* [Github](https://github.com/sytzeloor/elfproef)