Skip to content

Commit eeca4be

Browse files
authored
Update README.md
1 parent 62f688a commit eeca4be

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Wrapper for [LiturgicalCalendarAPI](https://github.com/Liturgical-Calendar/Litur
44

55
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.
66

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.
88

99
## Documentation
1010

@@ -18,20 +18,6 @@ Query Params:
1818
- `returnType` Only supports json or ics. E.g `returnType=ics`. Default, all.
1919
- Any other query params will be sent to LitCal api. E.g `locale`, `year_type`.
2020

21-
## Examples
22-
23-
Only Solemnities calendar (no vigil)
24-
25-
> https://hunterpauls-litcal-wrap-23.deno.dev/api/fetch?endpoint=calendar/diocese/boston_us&locale=en_US&filter[grade_lcl][_eq]=SOLEMNITY&filter[is_vigil_mass][_neq]=true&returnType=ics
26-
27-
Feasts and Solemnities calendar
28-
29-
> https://hunterpauls-litcal-wrap-23.deno.dev/api/fetch?endpoint=calendar/diocese/boston_us&locale=en_US&filter[grade_lcl][_eq]=SOLEMNITY&filter[grade_lcl][_eq]=FEAST&filter[is_vigil_mass][_neq]=true&returnType=ics
30-
31-
Feasts of the Lord and Solemnities json
32-
33-
> https://hunterpauls-litcal-wrap-23.deno.dev/api/fetch?endpoint=calendar/diocese/boston_us&locale=en_US&filter[grade_lcl][_eq]=FEAST%20OF%20THE%20LORD
34-
3521
## Develop Locally
3622

3723
Requires Deno.

0 commit comments

Comments
 (0)