Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrecoban/vonage-send-sms
Send and receive an SMS using Vonage APIs with Next.js
https://github.com/emrecoban/vonage-send-sms
nextjs vonage-sms
Last synced: 5 days ago
JSON representation
Send and receive an SMS using Vonage APIs with Next.js
- Host: GitHub
- URL: https://github.com/emrecoban/vonage-send-sms
- Owner: emrecoban
- Created: 2023-10-31T14:54:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T16:12:19.000Z (about 1 year ago)
- Last Synced: 2024-05-01T22:08:42.102Z (9 months ago)
- Topics: nextjs, vonage-sms
- Language: JavaScript
- Homepage: https://vonage-send-sms.vercel.app
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Using Vonage SMS API with Next.jsThis repository has been created for educational purposes, aiming to provide guidance on using the Vonage SMS API with Next.js. You can find the relevant article at the following link: https://developer.vonage.com/en/blog/send-receive-and-handle-sms-delivery-receipts-with-next-js-and-vonage.
## Overview
In this repository, you'll discover sample code for three essential topics:
1. How to send an SMS with Next.js
2. How to receive an SMS delivery receipts and handle SMS with Next.jsExplore the provided code examples to gain insights into integrating Vonage SMS functionality into your Next.js applications. Happy learning!
## Preview
It can be used through the website address [vonage-send-sms.vercel.app](https://vonage-send-sms.vercel.app), but you cannot send a SMS, for only preview.
## Screenshot
![next_form](.github/next_form.png)
## Built with
- [Next.js](https://github.com/vercel/next.js)
- [Vonage Node.js SDK](https://github.com/Vonage/vonage-node-sdk)
- [Zod](https://github.com/colinhacks/zod)
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)## License
It's fully open source.