Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/argrath/acme-ehoh


https://github.com/argrath/acme-ehoh

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# NAME

Acme::Ehoh - Calclate ehoh

# SYNOPSIS

use Acme::Ehoh;
print Acme::Ehoh::direction(2014);

# DESCRIPTION

Acme::Ehoh caluclate ehoh (lucky direction on Onmyodo).

# FUNCTION

- direction($year)

Return ehoh direction of specified year (value 0 means north, 90 means east,
and so on).

On error, return undef.

# LICENSE

Copyright (C) SHIRAKATA Kentaro.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

SHIRAKATA Kentaro