Skip to content

feat: add unirate module (@unirate/nuxt)#1515

Open
rob-browncc wants to merge 1 commit into
nuxt:mainfrom
rob-browncc:add-unirate
Open

feat: add unirate module (@unirate/nuxt)#1515
rob-browncc wants to merge 1 commit into
nuxt:mainfrom
rob-browncc:add-unirate

Conversation

@rob-browncc

Copy link
Copy Markdown

Adds @unirate/nuxt to the modules listing.

@unirate/nuxt is a Nuxt 3/4 module for the UniRate currency-exchange API:

  • Server proxy that keeps your API key server-side — the browser only ever talks to your own app, even during SSR hydration; the proxy forwards an allow-listed set of paths.

  • useUniRate() (universal) + useCurrency() (Accept-Language detection) composables, plus a useUniRateClient() server util.

  • <Currency> / <Rate> Intl-formatting components.

  • Zero runtime dependencies (@nuxt/kit is a peer); published to npm with provenance attestation; CI green on Nuxt 3 + 4 / Node 20 + 22.

  • npm: https://www.npmjs.com/package/@unirate/nuxt

  • repo: https://github.com/UniRate-API/nuxt-unirate

Disclosure: I maintain this module and am affiliated with UniRate.

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 60170cf3-dea8-43a8-aeb6-48408cbf259b

📥 Commits

Reviewing files that changed from the base of the PR and between 6b4d113 and 88f09a6.

📒 Files selected for processing (1)
  • modules/unirate.yml

📝 Walkthrough

Walkthrough

A new file modules/unirate.yml is added to the Nuxt modules registry. It defines metadata for the unirate module, including its description, npm package name (@unirate/nuxt), GitHub repository URL, website, learn-more link, maintainer information, and a Nuxt version compatibility constraint of >=3.0.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'feat: add unirate module (@unirate/nuxt)' directly and clearly describes the main change—adding a new Nuxt module entry to the modules listing.
Description check ✅ Passed The description comprehensively explains the purpose, features, and context of the unirate module being added, with relevant links and maintainer disclosure.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant