Matt

Results 216 comments of Matt

> > you probably need to input a key and secret that work. my problem is the free tier doesn't give access to enough for the app to work >...

> > > > you probably need to input a key and secret that work. my problem is the free tier doesn't give access to enough for the app to...

as a consumer of this, i'd like to see this move too

That definitely looks wrong. You should update your node version if you're using request-promise. The fetch API is part of the default node API, and we expose this data on...

replace whatever you had in `fetchData` with ```js fetch('https://api.warframestat.us/pc/?language=en').then((d) => d.json()) ``` the above part would simplify down to.... ```js const ws = await fetch('https://api.warframestat.us/pc/?language=en').then((d) => d.json()); const { cetusCyle:...

@thehappydinoa another one to merge?

yup, it'll have to be in a new array, but should be straightforward

@thehappydinoa any other thoughts? what do you think of the new console interface? too complicated?

An updated version would be great anytime

yes, it's caused by https://github.com/nathanhleung/install-peerdeps/issues/125 given that our CI is on not-Windows, and this doesn't fail in WSL, i'd recommend using WSL (generally i recommend using it over barebacking windows...