-
Notifications
You must be signed in to change notification settings - Fork 73
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
Improvements to Website #214
Conversation
Deploy preview for codeuino processing. Building with commit 8d8fa87 https://app.netlify.com/sites/codeuino/deploys/5f536ed96fe64f0007443287 |
ecd0fb9
to
fe451ac
Compare
netlify-functions/getLikedTweets.js
Outdated
baseURL: "https://api.twitter.com/1.1", | ||
headers: { | ||
Authorization: | ||
"Bearer AAAAAAAAAAAAAAAAAAAAAIWYFwEAAAAAVXUBMcE6iCqQ16jlG0ZCkgQ4pf8%3DqqNIBmiUakni4wHCSqOobgKbPC4pwflEWJqKNdm9XWBRQm3pBC" |
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.
move to secrets
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.
I made this an environment variable (moved it to netlify.toml
). We could add that file to gitignore or provide the environment variable through settings in the netlify UI but both approaches would break the local development setup, would it be ok if we expect the contributors to get their own API key for local development?
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.
Please look into the comments, BTW Nice work! 👍
@DevanshCodes Suggested changes made. Please review, Thanks. |
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.
Nice Work! All the comments are resolved! Please Squash all the commits and I'll merge. 🚀
added text assests Multiple Improvements to website converted SVGs to material icons joinus and donate sections added added blogs added testimonials section removed redundant code medium CORS solution page transition added clickable fading blog cards updates netlify functions, twitter, medium optimizations to lambda functions testimonials update requested changes suggested changes
fe66085
to
37fa91c
Compare
@DevanshCodes Hi, commits squashed, please merge. Thanks. |
Please look into the tests, they're failing. |
41e08a2
to
37fa91c
Compare
Current build can be accessed at - https://hopeful-colden-618a86.netlify.app/
List of changes made -
Pleaes provide feedback and suggestions.