Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Get posted about upcoming events from meetup.com

License

Notifications You must be signed in to change notification settings

Pragmateam/upcoming-meetups

Repository files navigation

upcoming-meetups

travis license codeclimate score

Get posted about upcoming meetups from meetup.com

Setup

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

Testing

$ make test

Running locally

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

Deploy to AWS Lambda + API Gateway:

# 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

Contributing

There are many ways to contribute, such as fixing opened issues, creating them or suggesting new ideas. Either way will be very appreciated.

License

Pragmateam/upcoming-meetups is released under the MIT License.

About

Get posted about upcoming events from meetup.com

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published