https://github.com/transferwise/wise-platform-samples
Code samples to get started with common Wise API use cases
https://github.com/transferwise/wise-platform-samples
Last synced: about 1 year ago
JSON representation
Code samples to get started with common Wise API use cases
- Host: GitHub
- URL: https://github.com/transferwise/wise-platform-samples
- Owner: transferwise
- Created: 2023-09-18T11:24:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T09:06:02.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:43:23.315Z (about 1 year ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 12
- Watchers: 46
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Wise Platform samples
Code samples to get started with common Wise API use cases.
Each sample includes server and client side code (powered by [Next.js](https://nextjs.org/)).
All calls to Wise API are done on the server side.
Start by picking a sample and look into `pages/index.tsx` (landing page).