Skip to content

Command-line tool to produce newsletters for USTA NorCal tennis organizations.

License

Notifications You must be signed in to change notification settings

ycombinator/usta-norcal-club-newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USTA NorCal Club Newsletter

This project provides a CLI tool to generate a newsletter for a tennis club participating in a USTA Norcal League. The newsletter consists of recent past results and upcoming fixtures.

Installation

  1. Download the latest release from https://github.com/ycombinator/usta-norcal-club-newsletter/releases.

  2. Extract (unzip or untar) the release.

  3. Locate your platform's folder.

    cd $RELEASE_DIR/dist/$YOUR_OS/$YOUR_ARCH
    

    For example, if you've downloaded the 0.1.0 release and are on a 2019 Macbook Pro:

    cd usta-norcal-club-newsletter-0.1.0/dist/darwin/amd64
    
  4. Run the executable.

    ./usta-norcal-club-newsletter <ORG_ID>
    

    The ORG_ID argument is optional. The default ORG_ID is 226, which is the Organization ID for Almaden Valley Athletic Club.

    Screenshot showing the organization ID for Almaden Valley Athletic Club

Development

  1. Download and install Go.

  2. Install project dependencies.

    cd usta-norcal-club-newsletter
    go get
    
  3. Run the tool.

    make run
    

    If you want to specify the organization ID:

    ORG_ID=xxx make run
    

About

Command-line tool to produce newsletters for USTA NorCal tennis organizations.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published