{"id":20283881,"url":"https://github.com/easyime/nime","last_synced_at":"2025-04-11T08:23:26.916Z","repository":{"id":69948928,"uuid":"50938726","full_name":"EasyIME/NIME","owner":"EasyIME","description":"Implement input methods easily for Windows with nodejs","archived":false,"fork":false,"pushed_at":"2017-04-22T06:52:26.000Z","size":184,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T05:51:24.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyIME.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-02-02T17:35:54.000Z","updated_at":"2024-12-28T03:20:20.000Z","dependencies_parsed_at":"2023-02-27T09:00:16.071Z","dependency_job_id":null,"html_url":"https://github.com/EasyIME/NIME","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyIME%2FNIME","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyIME%2FNIME/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyIME%2FNIME/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyIME%2FNIME/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyIME","download_url":"https://codeload.github.com/EasyIME/NIME/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248361043,"owners_count":21090804,"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","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":[],"created_at":"2024-11-14T14:17:28.742Z","updated_at":"2025-04-11T08:23:26.887Z","avatar_url":"https://github.com/EasyIME.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"NIME\n=============\n[![npm][npm-image]][npm-url] [![Build Status][travis-ci-image]][travis-ci-url] [![Coveralls][coveralls-img]][coveralls-url]\n\nImplement input methods easily for Windows with nodejs. It is another [PIME](https://github.com/EasyIME/PIME) server side.\n\n## Require\n\n#### PIME\n\nInstall PIME first. There are two ways to install.\n\n- Install via [installer](https://github.com/EasyIME/PIME/releases)\n- Build the PIME source code and register `PIMETextService.dll`. Please see [this](https://github.com/EasyIME/PIME#install) for more detail\n\n|         | PIME \u003e= 0.14 \u0026\u0026 PIME \u003c= 0.15 | PIME \u003e= 0.16 |\n| ------- | ---------------------------- | ------------ |\n| Version | \u003c= 0.3                       | \u003e= 0.4       |\n\nThere are `emojime` in PIME now. You can copy [emojime](https://github.com/EasyIME/emojime) into `example` folder for testing.\n\n\n#### Node\n\n- Node v6.x\n\n## Development\n\n- `npm i`\n- `npm start`\n\nIt would start [meow](/example/meow/README.md) example server to help develop core library.\n\nYou can copy [emojime](https://github.com/EasyIME/emojime) into `example` folder for testing.\n\n\n## Usage\n\n```\nnpm install nime\n```\n\n\u003e This is WIP project. You can see example in `./example`.\n\n`ime.json` is to configure IME.\n\nExample for implementing IME.\n- [reduce-based](/example/meow/README.md): It uses the `textReducer` and `response` function to handle text and request.\n\n## Reference\n\n- [PIME](https://github.com/EasyIME/PIME)\n- [Virtual-Key Codes](https://msdn.microsoft.com/zh-tw/library/windows/desktop/dd375731%28v=vs.85%29.aspx)\n\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Lee  \u003c jessy1092@gmail.com \u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n[npm-image]: https://img.shields.io/npm/v/nime.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/nime\n\n[travis-ci-image]: https://img.shields.io/travis/EasyIME/NIME.svg?style=flat-square\n[travis-ci-url]: https://travis-ci.org/EasyIME/NIME\n\n[coveralls-img]: https://img.shields.io/coveralls/EasyIME/NIME.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/github/EasyIME/NIME\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyime%2Fnime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasyime%2Fnime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyime%2Fnime/lists"}