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

https://github.com/semperos/eastercalc

Calculating Pascha and Easter
https://github.com/semperos/eastercalc

Last synced: about 2 months ago
JSON representation

Calculating Pascha and Easter

Awesome Lists containing this project

README

          

# Calculating Pascha and Easter

This is a web app (written with [Noir](https://github.com/ibdknox/noir)) that provides two views:

1. Calculate the date of Easter for the years of a given time span
2. Calculate all the years for each date of Easter for a given time span

Thus it provides the answer to the standard "What date is Easter this year?" as well as "In the next 100 years, in what years will Easter occur on April 10th?"

## Usage

To run the site, pull down dependencies and run the app:

```bash
lein deps
lein run
```

Use `lein run --help` to see all command-line options.

## License

Copyright (C) 2011 Daniel L. Gregoire (semperos)

Distributed under the Eclipse Public License, the same as Clojure.