Skip to content

A web service using Gravatar's API (via gRPC) to generate URLs mapped to a globally unique email and personalized avatar

Notifications You must be signed in to change notification settings

damilarelana/goGravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goGravatar

A gRPC based web service that consumes Gravatar's API to generates URLs mapped to a globally unique email address and personalized avatar. Test coverage only covers the hasher package.

  • Go
  • gRPC
  • Protobuf
  • Gravatar

To start the application, you would need to enter the downloaded project directory, and then run the server and client in separate terminals respectively i.e.

  • for the server, execute go run server/main.go
  • for the client, execute go run client/main.go

About

A web service using Gravatar's API (via gRPC) to generate URLs mapped to a globally unique email and personalized avatar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages