I love wordle games and this seems like a fun addition! On mobile (Android, Firefox/Chrome), I can't figure out how to spin words longer than 2 letters long, it just flashes red or spins the letters immediately after I tap the second letter
I'm not too familiar with travis/codecov, but maybe you could add "npm install" to your .travis.yml "install" section? That way the dependencies would be downloaded before the scripts ran.
Yes, but the package.json's production dependencies [0] includes codecov [1] for CI which includes request [2] which includes another 22 dependencies. Moving that to the devDependencies should be fine since the main script doesn't require any modules.
This is exactly what I mean. Looking at the repo there are a ton of packages in `node_modules` dir for a lib that should have 0 to a handful of dependencies.
People will be more likely to use this lib if it's cleaned up a bit. I'm pretty new to using JS/npm and one of my least favorite parts of it this:
npm install some-package
1400 packages installed
So seeing packages that have a bunch of stuff in their node_modules gives me pause about using it, especially when it's not clear to me why it would need all those things.
Yeah, it's very easy for npm dependencies to get out of hand. What I didn't notice when I made my comment (and what you commented on) was that the node_modules dir was actually added to the git project. If that were removed (and a .gitignore line added) and the package.json dependencies were fixed then it should truly have no dependencies upon install.
Yep, it's a bit uncommon to store node_modules in git these days (since we have npm shrinkwrap). I've sent a PR, and another one to stop the message disappearing with unsupported color.
Also, the package author is 12 years old (http://talonbragg.com/). I'd say this stuff is pretty impressive.
I’m a dev @cryptoinfluencers.io. Thanks for your including your browser & version. I’ve made some edits and it appears to be working again on Firefox 58.0.2!
If you see any more errors, please let us know! :)
I saw this comment and then started looking for a link to a second page. It turns out I was able to "swipe up" on my magic mouse to scroll down to the second page.
I'd strongly recommend that the developer stop hiding the scrollbar.
be forewarned that the reason it's asking you to use only #'s and spaces is the effect only works if the ascii image is very contrast-y. if the ascii art makes use of gradients (....:::;;;iiii@@@@) the effect won't be as obvious or work at all.