Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
drewsonne committed Dec 29, 2019
2 parents 25f562c + ecfd7bb commit 94dca30
Show file tree
Hide file tree
Showing 13 changed files with 5,725 additions and 5,720 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# maya-dates
# @drewsonne/maya-dates

A library for interacting with and modifying both the Maya Long Count
and Calendar Round dates.

# Quickstart

```shell script
npm install [-g] @drewsonne/maya-dates
```
```javascript
const mayadates = require('@drewsonne/maya-dates')
// Long Count from Initial Series on east side of Stele E, Quirigua
let lc = new mayadates.factory.LongCountFactory().parse('9.17.0.0.0')
console.log(`${lc.build_full_date()}`)
```
This should print
Loading

0 comments on commit 94dca30

Please sign in to comment.