npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

wordle-word-searcher

v1.1.0

Published

Search words for wordle in the dictionary

Downloads

3

Readme

wordle-word-searcher

wordle の攻略を助けるツールです

使い方

  • 説明に沿って入力を行っていく

    • Enter the green letters
      • 緑の文字を入力する
      • 不明な箇所は.を入力
      • e.g. w....
    • Enter the yellow letters
      • 黄色の文字を入力する
      • 黄色の文字以外は.を入力
      • 複数のパターンは/でつないで入力する
      • e.g. a..../.b.c.
    • Enter the black letters
      • 黒の文字を入力する
      • それぞれをそのまま続けて入力
      • 2 個以上同一の文字を入力した際に黒い文字になったものも入力することで絞り込むことが可能
        • 例えば spell に対し最後の l が黒文字で、それを入力すれば 4 文字目以外 l が含まれない単語に絞ることが可能
      • e.g. abc
  • 条件に合致する単語が出力される

以下をプレイを参考に使用例を示します image

Enter the green letters(e.g. w....)> .l...
Enter the yellow letters(e.g. a..../.b.c.)> ..t.a
Enter the black letters(e.g. abc)> ur

result count: 17

1. allot
2. aloft
3. blast
4. bleat
5. bloat
6. cleat
7. elate
8. float
9. gloat
10. plait
11. plant
12. plate
13. platy
14. pleat
15. slant
16. slate
17. slaty

Enter the green letters(previous: .l...)>
Enter the yellow letters(previous: ..t.a)> ..t.a/..at.
Enter the black letters(previous: ur)> urpe

result count: 5

1. allot
2. aloft
3. bloat
4. float
5. gloat

Enter the green letters(previous: .l...)> al..t
Enter the yellow letters(previous: ..t.a/..at.)> ..t.a/..at./...o.
Enter the black letters(previous: urpe)> urpel

result count: 1

1. aloft

辞書

英単語のソースは以下の辞書を使用しています https://github.com/kujirahand/EJDict