{"id":20294111,"url":"https://github.com/austinleegordon/filter-zip-codes","last_synced_at":"2026-05-07T20:44:44.197Z","repository":{"id":57236053,"uuid":"185628130","full_name":"AustinLeeGordon/filter-zip-codes","owner":"AustinLeeGordon","description":"Remove unwanted zip/postal codes from CSV and JSON data.","archived":false,"fork":false,"pushed_at":"2020-04-06T06:09:05.000Z","size":95,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T03:16:46.337Z","etag":null,"topics":["code","csv","filter","json","list","postal","remove","zip"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AustinLeeGordon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-08T15:00:03.000Z","updated_at":"2019-05-08T23:46:50.000Z","dependencies_parsed_at":"2022-08-23T15:50:58.977Z","dependency_job_id":null,"html_url":"https://github.com/AustinLeeGordon/filter-zip-codes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AustinLeeGordon%2Ffilter-zip-codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AustinLeeGordon%2Ffilter-zip-codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AustinLeeGordon%2Ffilter-zip-codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AustinLeeGordon%2Ffilter-zip-codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AustinLeeGordon","download_url":"https://codeload.github.com/AustinLeeGordon/filter-zip-codes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241789287,"owners_count":20020442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["code","csv","filter","json","list","postal","remove","zip"],"created_at":"2024-11-14T15:27:40.603Z","updated_at":"2026-05-07T20:44:44.155Z","avatar_url":"https://github.com/AustinLeeGordon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filter-zip-codes\n\n[![Current npm package version](https://img.shields.io/npm/v/filter-zip-codes.svg)](https://www.npmjs.com/package/filter-zip-codes) [![Build Status](https://travis-ci.com/AustinLeeGordon/filter-zip-codes.svg?branch=master)](https://travis-ci.com/AustinLeeGordon/filter-zip-codes)\n\nKeep or remove zip/postal codes from CSV and JSON data.\n\n## Usage\n\n```js\n// From CSV\nawait filterZipCodes(\n    // Array of zip codes\n    [12345, 67890],\n    // Options\n    {\n        // Keep the zip codes provided (true) or remove them (false)\n        // Default: false\n        keep: false,\n    }\n).fromCsv(csvString, headerString);\n\n// From JSON\nfilterZipCodes(\n    [12345, 67890]\n).fromJson(jsonString, keyString);\n```\n\n## License\n\nMIT © [Austin Gordon](https://www.austinleegordon.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustinleegordon%2Ffilter-zip-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustinleegordon%2Ffilter-zip-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustinleegordon%2Ffilter-zip-codes/lists"}