diff options
| author | Arun Isaac | 2026-03-20 15:32:55 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-03-20 15:32:55 +0000 |
| commit | c263cba1c784ba8d776e655d3f56b8d583b503c5 (patch) | |
| tree | 5fa8ebbb9c11c681fedd04e7fc81134fa92b61fb | |
| parent | f3dc656f908a22b2ca7fc705a509fb63e2f09c65 (diff) | |
| download | meetfree-main.tar.gz meetfree-main.tar.lz meetfree-main.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2e3320b..2b2df81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -meetfree is a bottle web app that serves iCalendar and Atom feeds for meetup.com groups. meetfree fetches data from meetup.com using its GraphQL API. The GraphQL API does not require any authentication. +meetfree is a bottle web app that serves iCalendar and Atom feeds for meetup.com groups. meetfree fetches data from meetup.com using its GraphQL API. meetfree only uses GraphQL fields that do not require authentication. So, it is easy to host and run; there are no secret authentication details to keep safe. # Configuration |
