Skip to content

Instantly share code, notes, and snippets.

@yetanotherchris
Created November 3, 2020 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yetanotherchris/d4f8539068bdf17339ea2a3c04813437 to your computer and use it in GitHub Desktop.
Save yetanotherchris/d4f8539068bdf17339ea2a3c04813437 to your computer and use it in GitHub Desktop.
Quote of the day Powershell script
wget "http://api.forismatic.com/api/1.0/?method=getQuote&format=json&lang=en" | Select-Object -Expand Content | ConvertFrom-Json | Select-Object quoteText, quoteAuthor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment