Andrew Dassonville
Andrew Dassonville
These are some good ideas that I'll definitely try to add into the new guide. See #100!
This is a good idea for the new guide. See #100.
This is something I'm definitely going to try to add to the new guide. See #100!
Thanks @Zendrex! If you feel like it, you can write the chapter around your code. No worries if you don't have time, though, I'll definitely get around to this in...
In the new guide, I'll try to make sure everything is written to be hosted on a server rather than `localhost`. See #100!
@Senzweb I actually didn't read this closely enough. Looks like the error is likely because we're not using secure websockets. I'll either use `wss://` in the new guide, or use...
This part in your code: ``` // Item Table? const awpAsiimov = new Item({ name: 'AWP | Asiimov (Field-Tested)', price: 27.75 }); const akRedline = new Item({ name: 'AK-47 |...
What I should do is add a `_id` field to those new Items so they don't duplicate after every restart. I'll rename this issue to that and keep it open.
Yep. Though the `_id` field will need to be a MongoDB id if I remember correctly, which is ~20 chars or something. I'll look into this more in a bit.
Thanks for the suggestion! I could definitely add some price lookup sections using websites like http://csgo.steamlytics.xyz/ – is that about what you're looking for?