https://github.com/simonewebdesign/fizzbuzz-cli
A CLI for Phoenix FizzBuzz.
https://github.com/simonewebdesign/fizzbuzz-cli
cli fizzbuzz
Last synced: 14 days ago
JSON representation
A CLI for Phoenix FizzBuzz.
- Host: GitHub
- URL: https://github.com/simonewebdesign/fizzbuzz-cli
- Owner: simonewebdesign
- License: mit
- Created: 2017-06-04T20:52:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T08:47:49.000Z (about 9 years ago)
- Last Synced: 2025-10-25T03:20:05.210Z (9 months ago)
- Topics: cli, fizzbuzz
- Language: Shell
- Homepage: https://github.com/simonewebdesign/phoenix-fizzbuzz
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fizzbuzz-cli
A CLI for [Phoenix FizzBuzz](https://github.com/simonewebdesign/phoenix-fizzbuzz)'s JSON API.
It's very simple to use: just download the `fizzbuzz` binary, put it somewhere in your machine and execute it. The only catch is, you need to have a running API on your localhost:4000.
Linux and Mac are supported.
## Synopsis
Usage: fizzbuzz [PAGE] [PAGE_SIZE]
Makes an HTTP request to fetch a page from the fizzbuzz sequence.
Options:
[PAGE] The page number to fetch (default: 1)
[PAGE_SIZE] The number of results to fetch (default: 100)
-h --help Show this help text
-v --version Print version
Examples:
fizzbuzz 5 Get page 5, 100 results (from 401 to 500)
fizzbuzz 3 50 Get page 3, 50 results (from 151 to 200)