{"id":13633004,"url":"https://github.com/Pupix/rift-explorer","last_synced_at":"2025-04-18T10:33:48.488Z","repository":{"id":9345391,"uuid":"61751916","full_name":"Pupix/rift-explorer","owner":"Pupix","description":"🛠 Explore the API of the League of Legends client","archived":false,"fork":false,"pushed_at":"2023-03-03T05:40:03.000Z","size":5660,"stargazers_count":552,"open_issues_count":15,"forks_count":74,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-08-01T23:30:43.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/Pupix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-06-22T21:14:10.000Z","updated_at":"2024-06-28T02:46:59.000Z","dependencies_parsed_at":"2024-01-03T03:59:06.242Z","dependency_job_id":"c848a8f5-a1e5-4a9c-8d5c-e6c0e73ed8c0","html_url":"https://github.com/Pupix/rift-explorer","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pupix%2Frift-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pupix%2Frift-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pupix%2Frift-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pupix%2Frift-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pupix","download_url":"https://codeload.github.com/Pupix/rift-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223779371,"owners_count":17201167,"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-08-01T23:00:22.895Z","updated_at":"2024-11-09T02:30:54.905Z","avatar_url":"https://github.com/Pupix.png","language":"CSS","readme":"### Rift Explorer is no longer maintained. For an alternative, see [LCU Explorer](https://github.com/HextechDocs/lcu-explorer).\n\n---\n\n![Rift Explorer logo](assets/logo.png?raw=true)\n\n----\n![Discord](https://discord.com/api/guilds/392092221932830722/widget.png)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/pupix/rift-explorer)\n![GitHub all releases](https://img.shields.io/github/downloads/pupix/rift-explorer/total)\n![GitHub repo size](https://img.shields.io/github/repo-size/pupix/rift-explorer)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/pupix/rift-explorer)\n![Lines of code](https://img.shields.io/pupix/lines/github/pupix/rift-explorer)\n\n# Always up to date documentation for the League Client API.\nRift Explorer helps aid development of LCU applications by generating documentation of the LCU\nAPI.\n\n## What is the LCU?\nFor more information as to what the LCU is please refer to [this link](https://developer.riotgames.com/docs/lol#league-client-api).\n\n## Table of contents:\n1. [Getting Started](#getting-started)\n    - [Requirements](#requirements)\n    - [Prebuilt Binaries](#prebuilt)\n    - [Building](#building)\n        - [Prerequisites](#prerequisites)\n        - [Run from source](#run-from-source)\n        - [Build from source](#build-from-source)\n1. [Bugs and Issues](#bugs-and-issues)\n1. [Contributing](#contributing)\n1. [FAQ](#faq)\n1. [License](#license)\n\n## Getting Started\n\n## Requirements\n   - Windows 7 or above (64-bit)\n   - macOS sierra or above (64-bit)\n   - Linux is partially supported(64-bit). - if you would like to help please open an issue regarding it\n\n*Note: 32-bit is unsupported.*\n\n## Prebuilt\n\nThe latest prebuilt binaries for Windows and macOS can be found below\n\n\u003ca href=\"https://github.com/Pupix/rift-explorer/releases/download/latest/rift-explorer-v6.3.0-darwin-x64.zip\"\u003e\n    \u003cimg alt=\"macos\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Apple_logo_black.svg/404px-Apple_logo_black.svg.png\" width=\"50\" /\u003e\n\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"\"\u003e\n    \u003cimg alt=\"windows\" src=\"https://cdn4.iconfinder.com/data/icons/social-media-logos-6/512/70-windows-512.png\" width=\"50\" /\u003e\n\u003c/a\u003e\n\n## Building\n### Prerequisites\n - [Yarn 1.x.x](https://classic.yarnpkg.com/lang/en/)\n\n### Run from source\n\n#### 1. Clone from repo\n```SHELL\ngit clone https://github.com/Pupix/rift-explorer.git\n```\n\n#### 2. Install dependencies\n```SHELL\nyarn install\n```\n\n#### 3. Start League of Legends\n\u003cbr\u003e\n\n#### 4. Start Rift Explorer\n```shell\nyarn dev\n```\n\n\u003cbr/\u003e\n\n### Build from source\n\n#### 1. Clone from repo\n```SHELL\ngit clone https://github.com/Pupix/rift-explorer.git\n```\n\n#### 2. Install dependencies\n```SHELL\nyarn install\n```\n\n#### 3. Build\n```shell\nyarn build\n```\n\n## Bugs and Issues\n\nFor any bugs or issues please use the [issue template](.github/ISSUE_TEMPLATE/bug_report.md)\n\n## Contributing\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n1. Create your Feature Branch (git checkout -b feature/AmazingFeature)\n1. Commit your Changes (git commit -m 'Add some AmazingFeature')\n1. Push to the Branch (git push origin feature/AmazingFeature)\n1. Open a Pull Request\n\n## FAQ\n**Q: Why is a 32-bit version of Rift Explorer missing?**\n\nA: We have never supported 32-bit versions of Rift Explorer and will never provide support nor downloads for 32-bit versions, \nHowever it can be built from source but as said previously no support will be given if an issue arises.\nAny issues relating to 32-bit versions of Rift Explorer will simply be closed.\n\n## License\nDistributed under the MIT License. See [LICENSE.md](LICENSE.md) for more information.\n","funding_links":[],"categories":["Unofficial documentation","CSS","Developer Tools"],"sub_categories":["Tournaments management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPupix%2Frift-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPupix%2Frift-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPupix%2Frift-explorer/lists"}