Skip to content

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

Open
rob-browncc wants to merge 2 commits into
nuxt:mainfrom
rob-browncc:add-unirate
Open

feat: add unirate module (@unirate/nuxt)#1515
rob-browncc wants to merge 2 commits 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

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

A new modules/unirate.yml file registers the unirate Nuxt module with its description, @unirate/nuxt package source, repository and website links, maintainer information, classification, and Nuxt compatibility requirement 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 clearly matches the change: adding the UniRate Nuxt module entry.
Description check ✅ Passed The description is directly about adding @unirate/nuxt to the modules listing and matches the PR contents.
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.
✨ 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.

@rob-browncc rob-browncc force-pushed the add-unirate branch 2 times, most recently from 494ab64 to e0ba183 Compare July 4, 2026 05:20
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