Skip to content

Instantly share code, notes, and snippets.

@TArch64
Last active April 21, 2023 12:50
Show Gist options
  • Save TArch64/89daf2fc80a27974de3a0206c225c9e6 to your computer and use it in GitHub Desktop.
Save TArch64/89daf2fc80a27974de3a0206c225c9e6 to your computer and use it in GitHub Desktop.
Unit Testing Workshop Test Task

Unit Testing Workshop Test Task

image

Create a CLI app that utilizes the free OMDB API to search for films based on a text query.

Requirements:

  1. The app should function properly.
  2. The CLI app should accept a search string as an argument.
  3. Feel free to add any additional arguments if desired.
  4. The output should be formatted; do not simply print raw JSON.

Required tech stack:

  1. Node.js
  2. Choose any library you prefer for handling CLI input. If you are unfamiliar with any, consider using Commander.
  3. A library for sending HTTP requests is allowed.
  4. Avoid saving any credentials in the GitHub repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment