-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Adding Zotac for store, Nvidia cartUrl temp fix, Readme update, Newegg/Amazon Captcha workaround, .env.example commented #50
Conversation
// All configuration variables are OPTIONAL. Uncomment any variables you wish to use or use none of them! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this type of documentation should live inside the README. In my opinion, it's descriptive enough, but if we want extra help documentation, let's put it inside the wiki.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, we can remove it. I just know a lot of people in discord are renaming the .env.example without modifying anything inside of the .env and they are getting lots of errors because they haven't filled in API information etc.
@@ -1,7 +1,7 @@ | |||
import {Store} from './store'; | |||
|
|||
export const Nvidia: Store = { | |||
cartUrl: '', | |||
cartUrl: 'https://www.nvidia.com/en-us/shop/geforce/?page=1&limit=9&locale=en-us&gpu=RTX%203080&gpu_filter=RTX%203090~1,RTX%203080~7,RTX%203070~1,TITAN%20RTX~1,RTX%202080%20Ti~2,RTX%202080%20SUPER~16,RTX%202080~5,RTX%202070%20SUPER~26,RTX%202070~15,RTX%202060%20SUPER~7,RTX%202060~36,GTX%201660%20Ti~29,GTX%201660%20SUPER~4,GTX%201660~11,GTX%201650%20Ti~6,GTX%201650%20SUPER~8,GTX%201650~34', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this isn't actually a cart, I think we should remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The potential problem here is that even if Nvidia is detected in stock, it will open the API result on Digital River. That doesn't really help anyone purchase a card, the previous cartUrl doesn't work any longer so this at least brings you to a page where you can purchase a card.
{ | ||
brand: 'zotac', | ||
model: 'trinity', | ||
url: 'https://store.zotac.com/zotac-gaming-geforce-rtx-3080-trinity-zt-a30800d-10p', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zotac store is down and has a lot of catchpa right now. I'd suggest updating the oosLabels
.
Description
Testing
New dependencies