gopherology

command module
v0.0.0-...-9be66db Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 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

Overview

Package main provides functions to start the Gopherology API server.

Directories

Path Synopsis
Package utils provides functions for calculating the life path number of any individual given a date of birth.
Package utils provides functions for calculating the life path number of any individual given a date of birth.

Jump to

Keyboard shortcuts

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