Skip to content
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

hide API #35

Merged
merged 8 commits into from
Jan 8, 2023
Merged

hide API #35

merged 8 commits into from
Jan 8, 2023

Conversation

Lucas-Erkana
Copy link
Collaborator

✅ npm install dotenv-webpack --save-dev
✅ Add "const Dotenv = require('dotenv-webpack'); " to webpack.config.js
image
✅ Add "new Dotenv()" plugin to to webpack.config.js
image
✅ Create ".env" file in the root directory and add our API key
image
✅ Add .env to .gitignore
image
✅ Remove "/comments" and the key from commURL Create two new variables. Add process.env.API_KEY to apiKey variable
image
✅ Attach the variables to the fetch method inside the rendercomment.js module
image
✅ Attach the two variables to the responseComment inside the rendercomment.js module
image
✅ Make the above adjustments to the displayShows.js module for the likes.

image

Lucas-Erkana and others added 7 commits January 7, 2023 17:14
-add search functionality
-add styling to popup
-remove hover transform
-apply new styling to homepage
-align content to the left on popup
-change colors
-make the popup popup in the center
-make page interactive
@Wahaj-Ali Wahaj-Ali merged commit 4274f3f into dev Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants