Skip to content

Send Twilio Text Messages SvelteKit UI

Notifications You must be signed in to change notification settings

thedittmer/pbtexts

 
 

Repository files navigation

Simple UI to send Text Messages

Setup PocketBase First

See this project first.

Install and Run SvelteKit

Create a .env file in this project with these environment variables.

SECRET_EMAIL="[email protected]"
SECRET_PASSWORD="adminPassword"
POCKETBASE_URL="https://127.0.0.1:8090"

Install and run this project from your terminal

pnpm i
pnpm run dev

Send Texts

Now your ready to send a text message.

About

Send Twilio Text Messages SvelteKit UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 48.4%
  • JavaScript 43.5%
  • HTML 8.1%