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: 26aa83bc-78d8-4e2f-844a-42c7ead7e1ee

📥 Commits

Reviewing files that changed from the base of the PR and between e0ba183 and 9c824d6.

📒 Files selected for processing (1)
  • modules/unirate.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • modules/unirate.yml

📝 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 accurately describes the new module listing entry and its links and metadata.
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