0.0.1 • Published 4 years ago

roll-of-years v0.0.1

Weekly downloads
1
License
CC-BY-SA-3.0
Repository
github
Last release
4 years ago

roll-of-years

A comprehensive list of the names of the years

In the Forgotten Realms, a Netherese magic scholar named Augathra the Mad gave a name to each year from -700 DR to 1600 DR. This list of names became known as the roll of years. Over time some of the original names were lost or forgotten. A sage named Alaundo the Seer made some changes and filled in the gaps using the most significant event he had prophesied would occur that year.

Usage

This module's default export is an object. The name of the year is keyed by the Dalereckoning year number.

When using ECMAScript modules:

import rollOfYears from 'roll-of-years';

console.log(rollOfYears[1502]);

When using CommonJS modules:

const rollOfYears = require('roll-of-years').default;

console.log(rollOfYears[1502]);

License

This module uses material from the "Years by name" article on the Forgotten Realms Wiki at Fandom under the Creative Commons Attribution-Share Alike License.