https://github.com/soenneker/soenneker.data.zipcode
US ZIP code data from USPS, updated daily
https://github.com/soenneker/soenneker.data.zipcode
code csharp data dotnet usps zip
Last synced: 24 days ago
JSON representation
US ZIP code data from USPS, updated daily
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.data.zipcode
- Owner: soenneker
- License: mit
- Created: 2023-11-13T01:40:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T18:41:43.000Z (11 months ago)
- Last Synced: 2025-03-04T13:46:36.036Z (11 months ago)
- Topics: code, csharp, data, dotnet, usps, zip
- Language: C#
- Homepage: https://soenneker.com
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.data.zipcode/)
[](https://github.com/soenneker/soenneker.data.zipcode/actions/workflows/build-and-test.yml)
[](https://www.nuget.org/packages/soenneker.data.zipcode/)
#  Soenneker.Data.ZipCode
### Simply adds a US ZIP code text file list from USPS, updated daily (if available)
## Installation
```
dotnet add package Soenneker.Data.ZipCode
```
The file is copied to the output directory, and located at the relative path: `Resources\zipcodes.txt`.
Alternatively, you can download the ZIP code list as a text file from the following URL:
```
https://raw.githubusercontent.com/soenneker/soenneker.data.zipcode/main/src/Resources/zipcodes.txt
```