Skip to content

SepirakDev/phone-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEPira(k) Phone Validator

A lightweight service to validate phone numbers, built on Hono to be deployed on the edge with CloudFlare.

Endpoints

POST /validate

curl -X POST <hostname>/validate \
  -H "Content-Type: application/json" \
  -d '{"phoneNumber": "+1234567890"}'

GET /health

curl <hostname>/health

Deployment

Deploy to Cloudflare Workers

About

Lightweight Bun service to validate phone numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors