0.0.3 • Published 7 years ago

crowdmark v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

crowdmark

npm version Build Status

A CLI to download all test pages from a Crowdmark page.

Install

Either install via npm or directly via source.

  • npm

    $ npm install -g crowdmark
  • Source

    $ git clone https://github.com/kshvmdn/crowdmark.git && cd crowdmark && npm install

Usage

  • The CLI will take a list of IDs separated by space. Find the page's ID from the URL.

    • https://app.crowdmark.com/score/8fa43520-8fd2-4ad1-9979-40fe05ecf8ab -> 8fa43520-8fd2-4ad1-9979-40fe05ecf8ab
  • View the help dialog with --help.

    Usage
      $ crowdmark [--help] [--version] <id, ...> [--show]
    
    Options
      id             Crowdmark page identifier(s) (separate by space) [required].
      -h --help      Display this help dialog.
      -v --version   Display the current version.
      -p --path      Directory where files will be saved (defaults to ~/Desktop/crowdmark-scores).
      -s --show      View the scraping in action.
    
    Example
      $ crowdmark 8fa43520-8fd2-4ad1-9979-40fe05ecf8ab
      $ crowdmark 8fa43520-8fd2-4ad1-9979-40fe05ecf8ab a4893443-e167-4f74-b45c-05b7ae7b6a92

Contribute

This project is completely open source. Feel free to open an issue or submit a pull request. :smile:

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago