{"id":15477937,"url":"https://github.com/gr2m/uscis-service-center-processing-times","last_synced_at":"2025-04-22T15:23:53.240Z","repository":{"id":57387828,"uuid":"119116987","full_name":"gr2m/uscis-service-center-processing-times","owner":"gr2m","description":"Get processing time for one or all USCIS service centers","archived":false,"fork":false,"pushed_at":"2021-03-05T06:49:43.000Z","size":28,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-22T13:23:29.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://egov.uscis.gov/cris/processTimesDisplayInit.do","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gr2m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-27T00:11:45.000Z","updated_at":"2024-03-21T18:28:13.000Z","dependencies_parsed_at":"2022-09-06T08:11:50.776Z","dependency_job_id":null,"html_url":"https://github.com/gr2m/uscis-service-center-processing-times","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fuscis-service-center-processing-times","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fuscis-service-center-processing-times/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fuscis-service-center-processing-times/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fuscis-service-center-processing-times/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gr2m","download_url":"https://codeload.github.com/gr2m/uscis-service-center-processing-times/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199079,"owners_count":21063641,"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":[],"created_at":"2024-10-02T04:01:36.901Z","updated_at":"2025-04-22T15:23:53.216Z","avatar_url":"https://github.com/gr2m.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uscis-service-center-processing-times\n\n\u003e Get processing time for one or all USCIS service centers\n\n[![Build Status](https://travis-ci.org/gr2m/uscis-service-center-processing-times.svg?branch=master)](https://travis-ci.org/gr2m/uscis-service-center-processing-times)\n[![Greenkeeper badge](https://badges.greenkeeper.io/gr2m/uscis-service-center-processing-times.svg)](https://greenkeeper.io/)\n\n| ID   | Name                            | Last update     |\n|------|---------------------------------| --------------- |\n| 990  | VSC - Vermont Service Center    | March 19, 2018 |\n| 991  | CSC - California Service Center | March 19, 2018 |\n| 992  | NSC - Nebraska Service Center   | March 19, 2018 |\n| 993  | TSC - Texas Service Center      | March 19, 2018 |\n| 1031 | YSC - Potomac Service Center    | March 19, 2018 |\n\n## Usage as CLI\n\nRequires: [latest Node LTS](https://nodejs.org/en/)\n\nLoad all service centers\n\n```js\nnpx uscis-service-center-processing-times\n```\n\nLoad single service center by passing center ID\n\n```js\nnpx uscis-service-center-processing-times 992\n```\n\n## Usage with Node\n\nInstall with `npm install uscis-service-center-processing-times`\n\n```js\nconst getServiceCenterProcessingTimes = require('uscis-service-center-processing-times')\n\n// get all\ngetServiceCenterProcessingTimes()\n  .then(result =\u003e {\n    // {\n    //   \"990\": {\n    //     \"shortName\": \"VSC\",\n    //     \"longName\": \"Vermont Service Center\",\n    //     \"lastUpdated\": \"January 5, 2018\",\n    //     \"processingTimes\": {\n    //       \"I-102\": {\n    //         \"Initial issuance or replacement of a Form I-94\": \"April 24, 2017\"\n    //       },\n    //       ...\n    //     }\n    //   },\n    //   ...\n    // }\n  })\n  .catch(console.log)\n\n// get one\ngetServiceCenterProcessingTimes({id: 990})\n  .then(result =\u003e {\n    // {\n    //   \"shortName\": \"VSC\",\n    //   \"longName\": \"Vermont Service Center\",\n    //   \"lastUpdated\": \"January 5, 2018\",\n    //   \"processingTimes\": {\n    //     \"I-102\": {\n    //       \"Initial issuance or replacement of a Form I-94\": \"April 24, 2017\"\n    //     },\n    //     ...\n    //   }\n    // }\n  })\n  .catch(console.log)\n```\n\n### License\n\n[Apache 2.0](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr2m%2Fuscis-service-center-processing-times","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgr2m%2Fuscis-service-center-processing-times","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr2m%2Fuscis-service-center-processing-times/lists"}