Skip to content

A thin Node.js module for interacting with Philadelphia's Police Advisory Commission Complaints API.

Notifications You must be signed in to change notification settings

mdb/phl-pac-complaints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

phl-pac-complaints

A thin Node.js client for working with Philadelphia's Police Advisory Commission Complaints API.

This is a work in progress.

Learn more about Philadelphia's PAC Complaints data on OpenDataPhilly.

Example Usage

var PhlPacComplaints = require('phl_pac_complaints');
var phlPacComplaints = new PhlPacComplaints();

phlPacComplaints.get({where: "ACTION='Reject'"}, function (error, data) {
  if (error) return error;
  console.log(data);
});

About

A thin Node.js module for interacting with Philadelphia's Police Advisory Commission Complaints API.

Resources

Stars

Watchers

Forks

Packages

No packages published