salvois / SlangOfTheDay

Toy application to look up the meaning of slang expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slang of the day

Being a non-native English speaker, I often face new, colorful, sometimes very unexpected slang expressions that, to say the least, let me raise an eyebrow. This application just searches Urban Dictionary for me to enrich my culture.

Warning: the output of this application may be not safe for work, and this is out of control of this application.

Given a text file named terms.txt containing newline-separated unknown slang expressions (which is your responsibility to obtain), this application chooses one randomly and queries the Urban Dictionary HTTP API and displays the list of definitions found, in a Markdown compatible format.

Running the application

  • Sign up to Rapid API to get API KEY and insert it into the X-RapidAPI-Key in the code
  • Replace or enrich the terms.txt file as you wish
  • Ensure that you have the .NET 6 runtime installed and start dotnet run from the command line in the source directory

License

Permissive, 2-clause BSD style

About

Toy application to look up the meaning of slang expressions

License:Other


Languages

Language:F# 100.0%