Skip to content

Commit

Permalink
Update summary API page with brief library descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jul 8, 2024
1 parent ac4ea11 commit 90e66f3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@ <h1>Hebcal API Documentation</h1>

<h3>JavaScript / TypeScript</h3>
<ul>
<li><a href="core/index.html">@hebcal/core</a></li>
<li><a href="hdate/index.html">@hebcal/hdate</a></li>
<li><a href="leyning/index.html">@hebcal/leyning</a></li>
<li><a href="triennial/index.html">@hebcal/triennial</a></li>
<li><a href="learning/index.html">@hebcal/learning</a></li>
<li><a href="rest-api/index.html">@hebcal/rest-api</a></li>
<li><a href="icalendar/index.html">@hebcal/icalendar</a></li>
<li><a href="noaa/index.html">@hebcal/noaa</a></li>
<li><a href="hdate/index.html">@hebcal/hdate</a> - converts between Hebrew and Gregorian dates</li>
<li><a href="core/index.html">@hebcal/core</a> - Jewish holidays, Shabbat and holiday candle lighting and havdalah times, Torah readings, and more</li>
<li><a href="leyning/index.html">@hebcal/leyning</a> - Torah Reading API for Parashat HaShavua and holidays</li>
<li><a href="triennial/index.html">@hebcal/triennial</a> - Triennial Torah Readings</li>
<li><a href="learning/index.html">@hebcal/learning</a> - Daily Learning Schedules (Daf Yomi, etc)</li>
<li><a href="rest-api/index.html">@hebcal/rest-api</a> - Jewish holidays and Hebrew calendar as plain JSON objects, RSS, and CSV export</li>
<li><a href="icalendar/index.html">@hebcal/icalendar</a> - iCalendar RFC 2445</li>
<li><a href="noaa/index.html">@hebcal/noaa</a> - sunrise and sunset via NOAA algorithm with elevation, based on KosherJava</li>
</ul>

<h3>Golang</h3>
<ul>
<li><a href="https://pkg.go.dev/github.com/hebcal/hdate">hebcal/hdate</a></li>
<li><a href="https://pkg.go.dev/github.com/hebcal/hebcal-go">hebcal/hebcal-go</a></li>
<li><a href="https://pkg.go.dev/github.com/hebcal/greg">hebcal/greg</a></li>
<li><a href="https://pkg.go.dev/github.com/hebcal/gematriya">hebcal/gematriya</a></li>
<li><a href="https://pkg.go.dev/github.com/hebcal/hdate">hebcal/hdate</a> - converts between Hebrew and Gregorian dates</li>
<li><a href="https://pkg.go.dev/github.com/hebcal/hebcal-go">hebcal/hebcal-go</a> - Jewish holidays, Shabbat and holiday candle lighting and havdalah times, Torah readings, and more</li>
<li><a href="https://pkg.go.dev/github.com/hebcal/greg">hebcal/greg</a> - converts between Gregorian dates and R.D. (Rata Die) day numbers</li>
<li><a href="https://pkg.go.dev/github.com/hebcal/gematriya">hebcal/gematriya</a> - system of writing numbers as Hebrew letters</li>
</ul>
</main>

<footer>
<!-- hhmts start -->
Last modified: Sun Jul 7 08:20:13 PDT 2024
Last modified: Sun Jul 7 23:03:00 PDT 2024
<!-- hhmts end -->
</footer>

Expand Down

0 comments on commit 90e66f3

Please sign in to comment.