Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sfwash

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfwash

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sfwash

A CLI for scheduling pickups on SFWash (http://sfwash.com/schedule-a-pick-up).

SFWash, unfortunately, requires you to fill in your information (address, phone number, etc) with them every time. This script will save your details on your machine, and reuse them every time you need to schedule a pickup. Hooray!

Note: This code may be horribly brittle because it basically just POSTs to the SFWash website with the parameters required at the time of writing, but oh well!

Usage

Install the gem:

$ gem install sfwash

Then, to schedule a pickup (make sure you have your config file created first):

$ sfwash schedule

Or provide a day of the week:

$ sfwash schedule friday

Config file

At the moment, you must have a ~/.sfwash config file to use this script. Example config file:

:preferences:
  :name: Amber Feng
  :phone: 555-555-5555
  :email: amber.feng@gmail.com
  :address: 123 Main Street
  :apartment: N/A
  :day: Friday
  :time: Anytime_Access
  :instructions: OldPreferences
  :detergent: Last Order
  :bleach: Last Order
  :softener: Last Order

TODOs

  • Gem-ify
  • Set date of pickup via CLI option
  • Enter/update details by CLI

FAQs

Package last updated on 13 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc