Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nolim1t/auspostcode-resolver-js

Australian Postcode to State
https://github.com/nolim1t/auspostcode-resolver-js

Last synced: 2 days ago
JSON representation

Australian Postcode to State

Awesome Lists containing this project

README

        

# auspostcode-resolver-js #

Australian Postcode to State

## Usage ##

```
var s = require("./lib/stateresolver.js").lookup(2898);
console.log(s);
```

Return value either the state or ERR if not valid.