https://github.com/neverpanic/coffeestats-cli
CLI client for coffeestats.org in bash using cURL
https://github.com/neverpanic/coffeestats-cli
Last synced: 8 months ago
JSON representation
CLI client for coffeestats.org in bash using cURL
- Host: GitHub
- URL: https://github.com/neverpanic/coffeestats-cli
- Owner: neverpanic
- License: bsd-2-clause
- Created: 2014-02-21T17:33:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T07:04:38.000Z (over 11 years ago)
- Last Synced: 2025-06-27T21:42:02.912Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 151 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
coffeestats-cli
===============
`coffeestats-cli` is a command-line client for [coffeestats.org](https://coffeestats.org). It is written in bash and
uses [cURL](http://curl.haxx.se/) to submit the data to coffestats.org. It should run on Unix every system that has the
`grep`, `curl` and `bash` binaries.
To use this client, install the `coffeestats-cli` script somewhere in your `$PATH` and run it. The script will detect
whether it is being run for the first time and automatically guide you through the necessary setup scripts.
Usage
-----
To use `coffeestats-cli`, call it with a single argument that specifies the type of drink you're having.
- `coffee` will cause the submission of a coffee to coffeestats.org,
- `mate` will tell coffeestats.org you're having a bottle of mate.
License
-------
`coffeestats-cli` is licensed under the Simplified BSD license.