norfolkjs / norfolkjs.github.io

Website code for Norfolk.js
http://www.norfolkjs.org
11 stars 19 forks source link

Norfolk.js website does not show new meetup events #92

Closed qwo closed 4 years ago

qwo commented 5 years ago

Problem:

Looks like Norfolk.js meetup feed is broken and does not display events from https://www.meetup.com/norfolkjs/

The "signed url query" was deprecated apart of meetup deprecating their public API key API. Now it looks like the only way to query is via OAuth2 or screenscraping

Solution:

Implement Oauth2 credential service / Screen scrape https://www.meetup.com/norfolkjs/

https://www.meetup.com/meetup_api/docs/:urlname/events/#list

qwo commented 4 years ago

94 and #95 close this issue