Get posted about upcoming meetups from meetup.com
To ensure you're using the correct node.js version, run this command first:
$ nvm use $(cat .nvmrc)
Then you can install the dependencies.
$ make install
$ make test
Export all environment variables as follows:
# meetup.com API
export MEETUP_API_KEY='<VALUE>'
$ make run meetupName=software-craftsmanship-sydney,sydney-node-ninjas,React-Sydney
# setup to deploy with claudia.js
export AWS_REGION='<VALUE>'
export FUNCTION_NAME='<VALUE>'
export CLAUDIA_LAMBDA_ROLE='<VALUE>'
export CLAUDIA_LAMBDA_NAME='<VALUE>'
export CLAUDIA_API_ID='<VALUE>'
$ make deploy
There are many ways to contribute, such as fixing opened issues, creating them or suggesting new ideas. Either way will be very appreciated.
Pragmateam/upcoming-meetups is released under the MIT License.