š® Go microservice that recursively computesĀ a numerological Life Path number for a given birthdate.
curl -X POST https://gopherology.herokuapp.com/api/path \
-H 'Content-Type: application/json' \
-d '{"day":26,"month":6,"year":1988}'
{
"pathNumber": 22,
"detailsUrl": "https://www.tokenrock.com/numerology/my_life_path/?num=22",
"isMasterNumber": true
}
$ export PORT=1324; go run main.go