Creature manager
Creature manager aims to be a simple RESTful API someone could use to keep track
of various creatures, playable or else, in a Dungeons and Dragons™, 5th
edition game. It provides various endpoints to fetch various information about
a creature or roll dice.
The project is still a work in progress, so expect some of the
functionality/endpoints to be missing, unless documented here or at least
present in main.go
.
Installation
To install it type:
go get -u github.com/aakordas/creature_manager
The dependencies are, currently, GorillaMux and MongoDB.
Documentation
For documentation on the available endpoints, objects and available
functionality, check the
wiki.
Copyrights
While this project is licensed under the MIT
License,
Dungeons and Dragons™ is a registered trademark of Wizards of the Coast, LLC
and is not licensed under the Open Game License. All copyrights belong to
their respective owners.