Simple HTTP server to check word spelling.
- Python
- Flask
- Requests
pip install flask
pip install requests
python spellService.py
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.