Skip to content

dochq/go-postcodes

Repository files navigation

Golang postcodes.io library

Build Status Go Report Card Documentation Coverage Status GitHub issues license Release

Usage

import (
  "github.com/DocHQ/go-postcodes"
  "fmt"
)

func main(){
  post, err := postcodesio.Lookup("AA1 1AA")

	if err != nil {
		fmt.Println(err)
	}

	fmt.Println(post.Result)
}

About

Golang library for postcodes.io

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages