Skip to content

Commit

Permalink
include bobatool demo
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed Jul 11, 2024
1 parent 8ad2c66 commit ed15827
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# stores-server

Data is from OpenStreetMap.


Testing with `bobatool`:

```
bobatool stores find-stores --address localhost:8080 --insecure --bounds.max.latitude 40 --bounds.min.latitude 39.9 --bounds.max.longitude -79.9 --bounds.min.longitude -80 --json
{
"count": 1,
"stores": [
{
"name": "USPS Isabella",
"type": "office",
"title": "USPS Isabella",
"location": {
"latitude": 39.9438,
"longitude": -79.937996
},
"address": {
"street": "1st Street",
"city": "Isabella",
"state": "PA",
"zipCode": 15447,
"regionCode": "us"
}
}
]
}
```

0 comments on commit ed15827

Please sign in to comment.