React Check-in Application
This is just a placeholder for an application that can be used to check-in attendees to React SD meetups.
Demo
If you just want to see it running go here.
Installation
yarn install
Running
yarn start
Importing members from meetup
- Set meetup API key environment variable
export MEETUP_API_KEY=<FILL_IN_KEY_HERE>
- Set firebase admin API key path in environment variable
export FIREBASE_ADMIN_API_PATH=<FILL_IN_PATH_TO_ADMIN_KEY_HERE>
yarn import
Note that after running this, the node process will never quit so you'll have to hit ctrl-c after import is complete. See: http://stackoverflow.com/questions/27641764/how-to-destroy-firebase-ref-in-node