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

Add in rss parsing library and option to use it instead of the API #1167

Merged
merged 3 commits into from
Apr 29, 2023

Conversation

hockeymikey
Copy link
Contributor

@hockeymikey hockeymikey commented Apr 29, 2023

hockeymikey ✨ Feature Medium hockeymikey /master → Lissy93/dashy Commits: 3 | Files Changed: 4 | Additions: 51 Powered by Pull Request Badge

Category:
Feature

Overview
I don't like the idea of relying on a random API service for parsing RSS feeds or the privacy implications of it. Added an option to instead locally parse the feed. If true, it makes the request to grab the feed instead directly, then it processes it and displays it just the same.

New Vars
options.parseLocally in the rss_feed widget and the rss-parser dependency was added.

Code Quality Checklist

  • All changes are backwards compatible
  • All lint checks and tests are passing
  • There are no (new) build warnings or errors
  • Attribute is outlined in the schema and documented
  • Package is essential, and has been checked out for security or performance
  • Bumps version, if new feature added

@netlify
Copy link

netlify bot commented Apr 29, 2023

Deploy Preview for dashy-dev ready!

Name Link
🔨 Latest commit 5aea6be
🔍 Latest deploy log https://app.netlify.com/sites/dashy-dev/deploys/644d4bc9fdf392000827ee61
😎 Deploy Preview https://deploy-preview-1167--dashy-dev.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@viezly
Copy link

viezly bot commented Apr 29, 2023

Changes preview:

Legend:

👀 Review pull request on Viezly

Copy link
Owner

@Lissy93 Lissy93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me :)

@Lissy93 Lissy93 merged commit ba47fb7 into Lissy93:master Apr 29, 2023
6 of 7 checks passed
@Lissy93 Lissy93 added the ✨ New Feature [PR] Contains implementation of a new feature label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New Feature [PR] Contains implementation of a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants