You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Wrapper for [LiturgicalCalendarAPI](https://github.com/Liturgical-Calendar/Litur
4
4
5
5
This project began as a quick and dirty attempt at implementing/demonstrating [this](https://github.com/Liturgical-Calendar/LiturgicalCalendarAPI/issues/43#issuecomment-2712105997) suggestion in deno/Typescript, but it ended up being a fairly complete solution that met my use case.
6
6
7
-
This project has a small [dashboard](https://hunterpauls-litcal-wrap-23.deno.dev) for easily creating queries. It does not support all features, but some popular ones.
7
+
This project has a small [playground](https://litcal.deno.dev) for easily creating queries. It does not support all features, but some popular ones.
8
8
9
9
## Documentation
10
10
@@ -18,20 +18,6 @@ Query Params:
18
18
-`returnType` Only supports json or ics. E.g `returnType=ics`. Default, all.
19
19
- Any other query params will be sent to LitCal api. E.g `locale`, `year_type`.
0 commit comments