Skip to content

This is a simple SMS API that uses the Vonage API to send SMS messages.

Notifications You must be signed in to change notification settings

RomainDoyen/sms-vonage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Intro

This is a simple SMS API that uses the Vonage API to send SMS messages. The frontend is a simple form that allows the user to input a phone number and a message. The backend is a Flask server that receives the form data and sends the SMS message using the Vonage API.

Backend

Install

pip install flask vonage dotenv 

Run

python run.py

Config .env

VONAGE_ACCOUNT_SID=your_account_sid
VONAGE_AUTH_TOKEN=your_auth_token

Frontend

Install

pnpm install

Run

pnpm run dev

About

This is a simple SMS API that uses the Vonage API to send SMS messages.

Topics

Resources

Stars

Watchers

Forks