-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organizers update #50
Conversation
@@ -33,3 +33,6 @@ yarn-error.log* | |||
# typescript | |||
*.tsbuildinfo | |||
next-env.d.ts | |||
|
|||
#env | |||
.env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. It looks like we're using a .env file now. Can you update the README to add any env variables required to run the application?
I also forgot to do this when I added the meetup and settings services. If you don't mind, can you include these env variables in your README update? 🙏🏽
MEETUP_API_BASE_URL=https://www.meetup.com
SETTINGS_BASE_URL=https://raw.githubusercontent.com/CodeandCoffeeCommunity/Code-and-Coffee-Website-Service-Settings/production/settings
Added Notion API to fetch function to get the organizers data