phl-pac-complaints

0.0.3 • Public • Published

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);
});

/phl-pac-complaints/

    Package Sidebar

    Install

    npm i phl-pac-complaints

    Weekly Downloads

    1

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • mdb