Skip to content

dev-night/meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup redirecter

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.

Develop

Requirements

You need a local .env file. To create it use the .env-example file as a starting point.

Starting the app

You can start a development server with:

make

After that you can visit http://localhost:8888 to test it.

Deployment

The deployment happens automatically if you push to master. This is done through Now.

Manually

To deploy manually use this command:

now && now alias

Todo

  • Add chaching to reduce API calls
  • Extract API calls out to offer a centralized service