Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghophp/league-of-memes
OBS Widget to make League of Legends streaming even more fun!
https://github.com/ghophp/league-of-memes
lcu-api league-of-legends
Last synced: 9 days ago
JSON representation
OBS Widget to make League of Legends streaming even more fun!
- Host: GitHub
- URL: https://github.com/ghophp/league-of-memes
- Owner: ghophp
- License: mit
- Created: 2021-11-24T09:28:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T07:54:47.000Z (over 2 years ago)
- Last Synced: 2024-12-23T13:52:33.750Z (13 days ago)
- Topics: lcu-api, league-of-legends
- Language: TypeScript
- Homepage:
- Size: 8.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
League of Memes
----League of Memes goal is to, whenever an important event related to our character happens on League of Legends, we want to trigger a video clip, which the user can configure. This should allow for some cool moments as a player streams League of Legends with its community.
### General Architecture
League of Memes is an Electron App, which exposes an express server at `http://localhost:9990` to be used as a BrowserSource in OBS.
![](./docs/LeagueOfMemes.png)
### Requirements
Precompiled binaries are available for the following platforms:
- Windows 7 or above (64-bit)
- macOS sierra or above (64-bit)*Note: 32-bit is unsupported.*
### Building
#### Prerequisites
- [Yarn 1.x.x](https://classic.yarnpkg.com/lang/en/)
#### Install dependencies
```SHELL
yarn install
```#### Start Development
```shell
yarn dev
```#### Build
This will yield a packaging for your application depending on the OS you are running the command from.
```shell
yarn build
```