We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Book Data

BookBot needs a book to analyze. We'll start with Mary Shelley's Frankenstein, which is in the public domain.

Assignment

From the project root, run:

mkdir -p books && curl -L "https://storage.googleapis.com/qvault-webapp-dynamic-assets/course_assets/frankenstein.txt" -o books/frankenstein.txt

Use the exact command above. Copying the text through a browser or editor can change its whitespace and cause future tests to fail.

Run and submit the CLI tests from the root of your project.