-
Notifications
You must be signed in to change notification settings - Fork 54
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
fixed broken reddit api exercise #320
Conversation
@NicolasSandoval the broken reddit exercise was due to the CORS proxy not working with the new reddit api, my workaround for this is calling api.reddit.com/endpoint directly since it gives no CORS error. Please give me suggestions if this approach is fine. |
Published to http://pyar.github.io/PyZombis/320/index.html |
1 similar comment
Published to http://pyar.github.io/PyZombis/320/index.html |
Published to http://pyar.github.io/PyZombis/320/index.html |
@abadoni5, looks good to me. Please resolve the conflict with the requirements. Thank you. |
Published to http://pyar.github.io/PyZombis/320/index.html |
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.
Thanks @abadoni5!
Summary
closes #289
Checklist
Screenshots