August 2016
Beginner to intermediate
665 pages
14h 11m
English
Now that we have completed all five of our programs, it's time to put them all together so that we can use our tool to find an available domain name for our chat application. The simplest way to do this is to use the technique we have been using throughout this chapter: using pipes in a terminal to connect the output and input.
In the terminal, navigate to the parent folder of the five programs and run the following single line of code:
./synonyms/synonyms | ./sprinkle/sprinkle | ./coolify/coolify | ./domainify/domainify | ./available/available
Once the programs are running, type in a starting word and see how it generates suggestions before checking their availability.
For example, typing in chat might cause the programs ...
Read now
Unlock full access