Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement find Command #4

Open
camball opened this issue Jun 25, 2023 · 2 comments
Open

Implement find Command #4

camball opened this issue Jun 25, 2023 · 2 comments

Comments

@camball
Copy link
Owner

camball commented Jun 25, 2023

At least raise NotImplemented, right now it just silently does nothing even though it's mentioned in the readme lol

@camball
Copy link
Owner Author

camball commented Jul 3, 2023

An implementation option is Google's Search Nearby API. It's not free, but according to this SO answer...

Places API is not free, however, once you set up your billing account, you will be entitled for a one time $300 free credit(usable for Google Cloud Platform products) and a monthly recurring $200 free credit(exclusive for Google Maps Platform products), after consuming the credits, you will receive an OVER_QUERY_LIMIT and will not be billed.

If you wish to not receive an OVER_QUERY_LIMIT error when credits are exhausted, you may upgrade your billing account and will be billed accordingly for the usage after the credits.

So that's probably the best way for me to do things. Since this app will never have a big user base, that'd be a great option. And if somehow dutch-bros-cli blows up... well we can start monetising lol

@camball
Copy link
Owner Author

camball commented Jul 3, 2023

For now raises and handles a NotImplementedError and prints the Dutch Bros locations website URL (c5292f9).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant