Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl committed Jun 14, 2024
2 parents 64df7ad + debc036 commit dcfc7ce
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,19 @@ go install ./...

```
cd ppolls2024
ppolls2024 -f # Download the latest poll data.
ppolls2024 -h # Get help.
ppolls2024 -f # Fetch the latest poll data.
# The first time poll data is fetched, the following is displayed:
# Fetch: No previous poll data.
# If the Internet poll data has changed compared to the local copy, the following is displayed:
# Fetch: Internet poll data has changed.
# If there are no changes to the local poll data, the following is displayed:
# Fetch: Internet poll data has not changed. Nothing to do.
ppolls2024 -l # Load the database with the downloaded data.
ppolls2024 -r tx # Get detailed report for Texas. The string "TX" is also acceptable.
ppolls2024 -r ec # Get summary report for all states. The string "EC" is also acceptable.
ppolls2024 -p # Get plots.
# Upshifting of the -r parameter value is performed automatically.
ppolls2024 -p # Get plots for all states.
```

#### Licensing
Expand Down

0 comments on commit dcfc7ce

Please sign in to comment.