Categorygithub.com/tstromberg/campwiz
module
0.0.0-20211230204702-9ed133033141
Repository: https://github.com/tstromberg/campwiz.git
Documentation: pkg.go.dev

# README

campwiz

Command-line interface that lists Bay Area campsites that are available on a particular date, using:

  • Santa Clara County Parks
  • San Mateo County Parks
  • Reserve America
  • Reserve California

screenshot

Requirements:

  • go v1.14+
  • macOS, Windows, or any UNIX flavor

CLI usage:

To search campsites near San Francisco with a minimum rating for a particular set of dates:

 go run cmd/cw/cw.go --dates 2021-01-15,2021-01-29 --min_rating 7 \
   --nights 2 --max_distance 150

Webserver usage:

go run cmd/server/server.go

By default, campwiz listens on port 8080.

Cloud Run Deployments:

VS Code -> Ctrl-Shift-P -> Cloud Code: Deploy to Cloud Run

Roadmap:

  • Flush cache on error
  • SQL persistent cache interface
  • Integrate additional metadata sources (Google Maps, Bing, Yelp)
  • Filtering by campsite type

# Packages

No description provided by the author
No description provided by the author