Skip to content

Python Flask Test project that takes input from Web Form and processes all the valid phone number formats out of it and displays it on the div blow below it. Ajax form submission to avoid page refresh

Notifications You must be signed in to change notification settings

dfense/PhoneScrub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PhoneScrub

##################################################################### Simple single microservice python flask project

Used to demonstrate basic round trip functionality of a simple task to receive a block of text from a web client via REST-ful call, and process all the possible valid phone number formats out. ######################################################################

################ Install ################

Dependencies:

  • python
  • flask
  • flask_restful

Extract the download to any directory to start the server, type: python app.py

Navigate to http://:8000 This will redirect to the form entry page

Insert text into the textbox. If there are valid phone numbers in there, hit submit, and should get a valid result in the

block below the textbox.

About

Python Flask Test project that takes input from Web Form and processes all the valid phone number formats out of it and displays it on the div blow below it. Ajax form submission to avoid page refresh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published