No commit activity in last 3 years
No release in over 3 years
Scrapes Puerto Rico's Agency Directory
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3.5
~> 0.6.7
>= 0
>= 0
~> 0.7.1
~> 2.5.0
~> 1.13.0

Runtime

~> 1.6.0
 Project Readme

DirectorioAgenciasPR

Build Status Dependency Status Gem Version

A Ruby gem that scrapes Puerto Rico's Agency Directory and lists detailed info.

Note

This is a Work in Progress. Not ready yet.

Installation

Or install it yourself as:

$ gem install directorio_agencias_pr

Usage

require 'directorio_agencias_pr'

DirectorioAgenciasPR.list_agencies
=> {departments: [{agency_id: '132', prefix: 'AEE', name: 'Administración de Asuntos Energéticos (Dpto. Desarrollo
    Económico', logo: 'http://www2.pr.gov/Directorios/PublishingImages/AAE.jpg'}]
       }

TODO

  • Basic Functionality
  • Detailed Agency Info

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

Bitdeli Badge