Skip to content

tezzytezzy/word-of-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Word of the Day

Objective

This nifty utility written in Bash
1️⃣ Takes in a file containing a list of newline('\n')-separated words,
2️⃣ Picks a word in the file cyclically, and
3️⃣ Displays its meaning on an online dictionary website either on Mozilla Firefox or Google Chrome of choice

Accomplishment

✔️ Travis CI setup with notification email and merging into GitHub repo
✔️ Code coverage stats with CodeCov
✔️ Convertion from "utf-8" to "ISO-8859-1" for a German word
✔️ Bash linting with ShellCheck
✔️ TDD unit testing framework

Installation

(base) to@mx:~$ bash --version
GNU bash, version 4.4.12(1)-release (x86_64-pc-linux-gnu)

About

Bash+Travis CI+CodeCov+TDD+Encoding Conversion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages