summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-11-14 15:20:27 +0000
committerNick White <git@njw.name>2020-11-14 15:20:27 +0000
commitad79c7f2527e6e48b5ecc0a66e6de260fa3ac17b (patch)
tree268e2505babfe8898c99ebcd42218047879f1d73
parentc540a3044cd24e65f81cef8506b3859f8fce29ef (diff)
downloadbbcschedule-ad79c7f2527e6e48b5ecc0a66e6de260fa3ac17b.tar.bz2
bbcschedule-ad79c7f2527e6e48b5ecc0a66e6de260fa3ac17b.zip
Add basic README
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..43d8465
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+# njw.name/bbcschedule package
+
+This package is a command that lists the schedule for a BBC radio
+station.
+
+This is a Go package, and can be installed in the standard go way,
+by running `git clone https://git.njw.name/bbcschedule` and
+`go install .` from the bbcschedule directory.
+
+## Usage
+
+ Usage: bbcschedule [-station stationname] [-date yyyy-mm-dd] [-v]
+
+ Lists the schedule for a BBC radio station for a day.
+ -date string
+ Date of schedule
+ -station string
+ Radio station name (called 'service id' by BBC) (default "bbc_radio_fourfm")
+ -v Verbose - use long descriptions for programmes
+
+## Contributions
+
+Any and all comments, bug reports, patches or pull requests would
+be very welcomely received. Please email them to <git@njw.name>.
+
+## License
+
+This package is licensed under the GPLv3. See the LICENSE file for
+more details.