Skip to content

maxj/spellcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell:heavy_check_mark: Service

Simple HTTP server to check word spelling.

Requirements

  • Python
  • Flask
  • Requests
pip install flask
pip install requests

Start the service

python spellService.py

Run some test

Assuming the service started on localhost, spellRequest.py shows two example requests to make against the HTTP server. The first will return a 200 response indicating the word is spelled correctly, the second will return a 303 response with a suggested spelling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages