gopherology

command module
v0.0.0-...-797b9a7 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2022 License: MIT Imports: 8 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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