We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the section: Monthly online talks from the community is hardcoded
Monthly online talks from the community
we should make this dynamic by retrieving the information from meetup.com
for example you could use the following API to retrieve the list of upcoming events and filter out the Dojo or the non-online events.
https://api.meetup.com/London-Clojurians/events?page=50&status=upcoming&only=local_date,name,link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the section:
Monthly online talks from the community
is hardcodedwe should make this dynamic by retrieving the information from meetup.com
for example you could use the following API to retrieve the list of upcoming events and filter out the Dojo or the non-online events.
https://api.meetup.com/London-Clojurians/events?page=50&status=upcoming&only=local_date,name,link
The text was updated successfully, but these errors were encountered: