Skip to content

Added url param to options and added logic to get title from url#73

Merged
dopecodez merged 3 commits intomasterfrom
#56-add-url-option
Oct 28, 2025
Merged

Added url param to options and added logic to get title from url#73
dopecodez merged 3 commits intomasterfrom
#56-add-url-option

Conversation

@dopecodez
Copy link
Copy Markdown
Owner

@dopecodez dopecodez commented Oct 27, 2025

Adds the feature for #56

Pass url in place of title by adding a extra parameters in the options as url:true

For eg:
const page = await wiki.page("https://en.wikipedia.org/wiki/Valentino_Rossi", {url: true});
Pending:

  • Add tests for the same
  • Update Readme
  • Get a peer review🙏🏽

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 27, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c72e90f) to head (a6e53f5).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #73   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          644       649    +5     
  Branches        67        69    +2     
=========================================
+ Hits           644       649    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dopecodez dopecodez self-assigned this Oct 27, 2025
@dopecodez dopecodez marked this pull request as draft October 27, 2025 08:49
@dopecodez dopecodez marked this pull request as ready for review October 28, 2025 07:32
@dopecodez dopecodez requested a review from Copilot October 28, 2025 07:35

This comment was marked as off-topic.

@dopecodez dopecodez merged commit b43dc3b into master Oct 28, 2025
4 checks passed
@dopecodez dopecodez deleted the #56-add-url-option branch November 1, 2025 07:59
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.

3 participants