UNPKG

dnd-travel-calculator

Version:
19 lines (14 loc) 629 B
# dnd-travel-calculator Calculates the the total time taken for a party to travel overland. See a working calculator [here](http://stephthedev.com/dnd-travel-calculator/). [![CircleCI](https://circleci.com/gh/stephthedev/dnd-travel-calculator/tree/master.svg?style=svg)](https://circleci.com/gh/stephthedev/dnd-travel-calculator/tree/master) ## Overview This library calculates how many days, hours, minutes it takes to travel at slow, normal, fast pace in Dungeons and Dragons 5e. It also takes into account traveling over normal and difficult terrain. ## Build it ``` npm install npm test grunt ``` ## Run it Coming soon.