judsonmitchell / huey

An API for Louisiana statutory law

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#huey - An API for Louisiana Statutory Law

Overview

This project, huey, hopes to make Louisiana statutory law more readily accessible to developers. It is inspired by Eric Mill's work on the [U.S. Code] (https://github.com/unitedstates). Although the State of Louisiana makes its laws available on the internet, it's now impossible for developers to access these laws in a programmatic way.

Scraper

The scraper scans the Louisiana Legislature Site and adds the laws to a mysql or sqlite db. There is still some polishing to do on this (removing duplicates, for example), but the scraper generally works well.

Usage:

php scraper/scraper.php

RESTful API

This API is still very much in beta. It takes requests in the following format and returns json:

http://hueylaw.org/api/[book]/[title]/[section]/[subsection]/[searchterm]

Sample Requests:

http://hueylaw.org/api/ce/404   //returns Code of Evidence Art. 404
http://hueylaw.org/api/rs/15/529/1   //returns La. RS. 15:529.1
http://hueylaw.org/api/rs/14/homicide   //searches title 14 for the word 'homicide'
http://hueylaw.org/api/succession   //searches entire db for 'succession' 

The name?

The project is dedicated to this guy:

Image of Huey P. Long

One of these days the people of Louisiana are going to get good government - and they aren't going to like it. -- Huey P. Long

License (MIT)

Copyright (c) 2012 Judson Mitchell, Three Pipe Problem, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An API for Louisiana statutory law


Languages

Language:PHP 64.9%Language:ApacheConf 16.9%Language:PLpgSQL 8.7%Language:HTML 3.7%Language:JavaScript 2.9%Language:Shell 2.5%Language:CSS 0.4%