Skip to content

Demo word suggestion API service by using google word auto-suggestion API.

Notifications You must be signed in to change notification settings

suraneti/word-suggestion-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running

Make sure you have Golang

create floder go/src at c:/Users/%USER_NAME%/
cd c:/Users/%USER_NAME%/go/src
git clone [email protected]:innocnx/word_suggestion.git
cd word_suggestion
go run main.go

Build for Linux

Git bash

GOOS=linux GOARCH=amd64 go build

Endpoints

Resource components

Resource components list

method resource request body (json only) description
POST /suggestion {"word": "Some word"} Return suggestion word

About

Demo word suggestion API service by using google word auto-suggestion API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages