{"id":23514738,"url":"https://github.com/niweera/wordhunter","last_synced_at":"2025-08-28T08:31:39.482Z","repository":{"id":35490256,"uuid":"196971796","full_name":"Niweera/wordhunter","owner":"Niweera","description":"Front-End for the WordHunter application. (A web application to find words for the letters you have most probably when you are playing Scrabble...)","archived":true,"fork":false,"pushed_at":"2023-01-06T02:02:11.000Z","size":9708,"stargazers_count":2,"open_issues_count":30,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T05:31:22.659Z","etag":null,"topics":["bootstrap4","cloudbuild","css","google-app-engine","html","javascript","reactjs"],"latest_commit_sha":null,"homepage":"https://wordhunter.niweera.gq","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Niweera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-15T09:52:43.000Z","updated_at":"2023-08-20T18:55:00.000Z","dependencies_parsed_at":"2023-01-15T22:15:55.750Z","dependency_job_id":null,"html_url":"https://github.com/Niweera/wordhunter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Niweera/wordhunter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Niweera%2Fwordhunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Niweera%2Fwordhunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Niweera%2Fwordhunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Niweera%2Fwordhunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Niweera","download_url":"https://codeload.github.com/Niweera/wordhunter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Niweera%2Fwordhunter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272470221,"owners_count":24939927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap4","cloudbuild","css","google-app-engine","html","javascript","reactjs"],"created_at":"2024-12-25T14:10:17.355Z","updated_at":"2025-08-28T08:31:38.895Z","avatar_url":"https://github.com/Niweera.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![HitCount](http://hits.dwyl.io/Niweera/wordhunter.svg)](http://hits.dwyl.io/Niweera/wordhunter)\n![GitHub issues](https://img.shields.io/github/issues/Niweera/wordhunter)\n![Website](https://img.shields.io/website/https/wordhunter.niweera.gq?down_color=lightgrey\u0026down_message=offline\u0026up_color=blue\u0026up_message=online)\n[![Build Status](https://travis-ci.com/Niweera/wordhunter.svg?branch=master)](https://travis-ci.com/Niweera/wordhunter)\n\n# WordHunter\n\n## WordHunter is now live on [WordHunter-V1](https://20200409t141418-dot-whunter.uc.r.appspot.com/)\n\n## WordHunter-V2 is now live on https://wordhunter.niweera.gq\n\n\u003e WordHunter lets you to find the words for the letters you have when you are playing Scrabble.\n\nThe following is the basic architecture of the WordHunter application. (The web application will use the WordHunter-api to get the results according to the letters that the user has given.)\n\n![](https://raw.githubusercontent.com/Niweera/wordhunter-api/master/w.png)\n\n### Example use case\n\nUser wants to find words which can be created from `a, s, d`\n\nThe WordHunter service will provide the following results.\n\n1. sad - Feeling or showing sorrow; unhappy.\n2. ads - An advertisement.\n\n(The initial version would only give the words which contains all the letters. Later versions would provide all the letter combinations.)\n\n![](wh.gif)\n\n## Meta\n\nNipuna Weerasekara – [@Niweera](https://twitter.com/Niweera) – w.nipuna@gmail.com\n\nDistributed under the MIT license. See `LICENSE` for more information.\n\n[https://github.com/Niweera/wordhunter](https://github.com/Niweera/wordhunter)\n\nThe back-end for this application is in [wordhunter-api](https://github.com/Niweera/wordhunter-api) repo.\n\nThis repo is a part of [`WordHunter`](https://github.com/users/Niweera/projects/2) project.\n\n`WordHunter` uses [GoogleDict](https://dict.niweera.gq) Dictionary API service. Find its repo [here](https://github.com/Niweera/googledict).\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/Niweera/wordhunter/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n\u003c!-- Markdown link \u0026 img dfn's --\u003e\n\n[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/datadog-metrics\n[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square\n[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square\n[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics\n[wiki]: https://github.com/yourname/yourproject/wiki\n\n## Acknowledgement\n\nWithout the gigantic help from this guy [koolify](https://github.com/koolify), the development of WordHunter would be impossible...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniweera%2Fwordhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniweera%2Fwordhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniweera%2Fwordhunter/lists"}