https://github.com/unicodeveloper/naija-postal-code
:post_office: :postbox: :package: A library for retrieving Nigeria Postal Codes
https://github.com/unicodeveloper/naija-postal-code
Last synced: 13 days ago
JSON representation
:post_office: :postbox: :package: A library for retrieving Nigeria Postal Codes
- Host: GitHub
- URL: https://github.com/unicodeveloper/naija-postal-code
- Owner: unicodeveloper
- License: mit
- Created: 2015-09-30T21:51:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T23:19:36.000Z (over 10 years ago)
- Last Synced: 2024-10-10T06:21:30.164Z (over 1 year ago)
- Homepage:
- Size: 137 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# naija-postal-code
A library for retrieving Nigeria Postal Codes
### Installation
``` Javascript
npm install naija-postalcode
```
### Example
``` Javascript
var postalcode = require('naija-postalcode');
console.log( "Returns a list of postal codes", statesAndCapital.all);
```
### Features
List all postal codes for various local government areas and state in Nigeria
### Tests
**Install Jasmine globally**
```Javascript
npm install jasmine -g
```
**Install jasmine-expect**
```Javascript
npm install jasmine-expect
```
**Run the tests**
```bash
npm test
```