{"id":20334913,"url":"https://github.com/mdb/phl-poll-finder","last_synced_at":"2026-06-07T00:32:24.410Z","repository":{"id":5464065,"uuid":"6659385","full_name":"mdb/phl-poll-finder","owner":"mdb","description":"A Node.js module that gets the polling center for a Philadelphia address.","archived":false,"fork":false,"pushed_at":"2013-05-26T01:15:19.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T16:55:30.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-12T19:46:08.000Z","updated_at":"2014-02-10T20:22:31.000Z","dependencies_parsed_at":"2022-08-27T09:51:09.120Z","dependency_job_id":null,"html_url":"https://github.com/mdb/phl-poll-finder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdb/phl-poll-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fphl-poll-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fphl-poll-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fphl-poll-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fphl-poll-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdb","download_url":"https://codeload.github.com/mdb/phl-poll-finder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fphl-poll-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34005030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T20:38:34.918Z","updated_at":"2026-06-07T00:32:24.384Z","avatar_url":"https://github.com/mdb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://secure.travis-ci.org/mdb/phl-poll-finder.png?branch=master)](https://travis-ci.org/mdb/phl-poll-finder)\n\n# phl-poll-finder\n\n*NOTE:* The Philadelphia PollingPlaces API is no longer active, hence rendering this module somewhat useless, at least for the time being. I'll research other options.\n\nA Node.js module for finding the polling center for a Philadelphia address.\n\nphl-poll-finder is based on [Mark Headd](http://twitter.com/mheadd)'s [phlfindpolls gist](https://gist.github.com/4015200).\n\nThe module uses Philadelphia's [311 Mobile Data Service API](http://services.phila.gov/ULRS311).\n\n## Getting Started\n\nInstall phl-poll-finder:\n\n    npm install phl-poll-finder\n\nRequire and instantiate phl-poll-finder:\n  \n    var phlPollFinder = require('phl-poll-finder')();\n\n## Example Usage\n\nGet latitude and longitude coordinates for a Philadelpia address:\n\n    phlPollFinder.find('1500 market street', function (d) {\n      console.log(d);\n\n      /* Example response:\n        [{\n          attributes: {\n            WARD_1: 8,\n            DIVISION_1: 15,\n            POLLING_PL: 'THE PHOENIX APTS',\n            ADDRESS: '1600 ARCH STREET',\n            PARKING_AC: 'L',\n            BUILDING_A: 'M'\n          }\n        }]\n      */\n    });\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Fphl-poll-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdb%2Fphl-poll-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Fphl-poll-finder/lists"}