Client/Server API to request hangman words. This repo contains the demo for requesting easy, medium, and hard words using Microclient.py and wordService.js.
Recieve data using the Python requests library using response = requests.get(URL)
This data can be found in the wordData.json file, an the server will return a single word to the user. There is no specific format, but all words will be lowercase. Example output
Medium Response: house
Hard Response: elephant
Install needed python libraries:
python3 pip install requests
npm run start
To stop, hit ctrl+C or cmd+C (keyboard interrupt)
python3 Microclient.py
Will stop automatically when all commands have been run
