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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    1

Package Sidebar

Install

npm i phl-pac-complaints

Weekly Downloads

2

Version

0.0.3

License

none

Last publish

Collaborators

  • mdb