tw-address-translator

module
v0.0.0-...-c947e9c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2022 License: MIT

README

Taiwan address translator

This repository contains three components:

Go library

Installation
go get github.com/mkfsn/tw-address-translator
How to use
package main

import (
	"log"
	
	"github.com/mkfsn/tw-address-translator/pkg/translator"
)

func main() {
	t := translator.New()
	
	englishAddress, err := t.Translate("/* Valid Chinese address */")
	if err != nil {
		log.Fatalln(err)
	}
	
	log.Println(englishAddress)
}

Web app

https://tw-address-translator.vercel.app

API

TODO

References

Data source

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL