Skip to content

šŸ”® Go microservice that recursively computesĀ a numerological Life Path number for a given birthdate.

License

Notifications You must be signed in to change notification settings

droxey/gopherology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

38 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

gopherology

Go Report Card

šŸ”® Go microservice that recursively computesĀ a numerological Life Path number for a given birthdate.

Usage

/api/path

Request

curl -X POST https://gopherology.herokuapp.com/api/path \
  -H 'Content-Type: application/json' \
  -d '{"day":26,"month":6,"year":1988}'

Response

{
  "pathNumber": 22,
  "detailsUrl": "https://www.tokenrock.com/numerology/my_life_path/?num=22",
  "isMasterNumber": true
}

Development

$ export PORT=1324; go run main.go

About

šŸ”® Go microservice that recursively computesĀ a numerological Life Path number for a given birthdate.

Topics

Resources

License

Stars

Watchers

Forks