https://github.com/markthethomas/find-iphone-7
Simple CLI to find iphone 7's available in your area and alert you when they are
https://github.com/markthethomas/find-iphone-7
Last synced: 4 months ago
JSON representation
Simple CLI to find iphone 7's available in your area and alert you when they are
- Host: GitHub
- URL: https://github.com/markthethomas/find-iphone-7
- Owner: markthethomas
- License: mit
- Created: 2016-10-19T01:19:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T14:02:46.000Z (over 9 years ago)
- Last Synced: 2025-10-19T07:21:53.671Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# find-iphone-7 🕵🏻📱➆
simple CLI to check for available iphone 7's near you. Built because I didn't want to have to keep checking the site to see when there'd be an iphone 7 (plus) available in my area.
install:
```shell
λ yarn global add find-iphone-7
```
or
```shell
λ npm i -g find-iphone-7
```
## Example
Find black iphone 7 plus's in my zipcode w/ ATT
```shell
λ find-iphone-7 --zip 12345 --model plus --color black --capacity 256 --carrier att --watch --notify
```
## Usage
```shell
λ find-iphone-7 --zip 12345 --model plus --color black --capacity 256 --carrier att --watch --notify
```
CLI Params:
```
--zip [zip number]
--model [seven | plus string]
--carrier [att | verizon | tmobile | sprint string]
--color [jetBlack | black | gold | silver | rose string]
--capacity [32 | 128 | 256 number]
--watch runs a check every minute
--notify will send you a text message when there's one available
```
If you provide the notify flag, you need to set up an `iphone.yaml` file that'll let twilio send you a text w/ the info about
```yaml
TWILIO_ACCOUNT:
TWILIO_TOKEN:
TO_NUMBER:
FROM_NUMBER:
```