about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-03-20 15:32:55 +0000
committerArun Isaac2026-03-20 15:32:55 +0000
commitc263cba1c784ba8d776e655d3f56b8d583b503c5 (patch)
tree5fa8ebbb9c11c681fedd04e7fc81134fa92b61fb
parentf3dc656f908a22b2ca7fc705a509fb63e2f09c65 (diff)
downloadmeetfree-main.tar.gz
meetfree-main.tar.lz
meetfree-main.zip
Elaborate on not requiring GraphQL authentication. HEAD main
-rw-r--r--README.md2
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