This application will redirect visitors to the correct meetup page automatically by querying the meetup.com API.
It is the source of the following URLs:
It is hosted with Now.
You need a local .env
file. To create it use the .env-example
file as a starting point.
You can start a development server with:
make
After that you can visit http://localhost:8888
to test it.
The deployment happens automatically if you push to master. This is done through Now.
To deploy manually use this command:
now && now alias
- Add chaching to reduce API calls
- Extract API calls out to offer a centralized service