Website is live at this url: https://meetup-subscribe.surge.sh
Rsvp's only work for meetups that have been announced by the organizer. 🧐
-
Big thanks to epoch meup. The oauth stuff was implemented from that project.
-
Upgrade the project to add React Router and React Loadable to make the codebase simpler.
The results of the requests have also been simplified to remove complexity. -
If you need to see a post request, checkout "rsvp auto subscribe app".
Works off of this base application and adds a few goodies. 😉
git clone https://github.com/MichaelDimmitt/React-Oauth2-Meetup-Starter-Kit.git;
cd React-Oauth2-Meetup-Starter-Kit;
npm install;
npm start;
Meetup Oauth 2 application based on meup_by_epoch
MIT © epoch Meup is a lean web client that shows all your upcoming meetups in a single page.
npm install -g surge;
yarn build; cp build/index.html build/200.html; echo '*' > build/CORS; surge build meetup-subscribe.surge.sh
# make sure cache is disabled in network tab of dev tools.