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
- Host: GitHub
- URL: https://github.com/semperos/eastercalc
- Owner: semperos
- Created: 2012-03-12T05:00:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-12T05:04:29.000Z (over 14 years ago)
- Last Synced: 2025-01-15T23:31:44.255Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 484 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.