@stdlib/datasets-sotu-cli
v0.2.2
Published
State of the Union addresses by U.S. Presidents.
Downloads
16
Readme
State of the Union Addresses
State of the Union addresses given by U.S. Presidents.
The State of the Union address is an annual speech given by the President of the United States of America to a joint session of the United States Congress.
Installation
To use as a general utility, install the CLI package globally
npm install -g @stdlib/datasets-sotu-cli
Usage
Usage: sotu [options]
Options:
-h, --help Print this message.
-V, --version Print the package version.
--name n1,n2,... President names.
--party p1,p2,... Political parties.
--year y1,y2,... Years.
--range r1,r2 Year range.
Notes
- Data is written to
stdout
as newline-delimited JSON (NDJSON).
Examples
$ sotu --name 'Barack Obama' --year 2009
{"name":"Barack Obama","year":2009,"party":"Democratic","text":"..."}
License
The data files (databases) are licensed under an Open Data Commons Public Domain Dedication & License 1.0 and their contents are licensed under a Creative Commons Zero v1.0 Universal. State of the Union addresses are works of the United States Government and thus have no copyright protection under United States copyright law. The software is licensed under Apache License, Version 2.0.
See Also
@stdlib/datasets-sotu
: state of the Union addresses by U.S. Presidents.
Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
Copyright
Copyright © 2016-2024. The Stdlib Authors.