Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfstras/discourse-konami
Discourse plugin to enable the Konami Code
https://github.com/cfstras/discourse-konami
Last synced: about 1 month ago
JSON representation
Discourse plugin to enable the Konami Code
- Host: GitHub
- URL: https://github.com/cfstras/discourse-konami
- Owner: cfstras
- License: mit
- Created: 2013-07-18T15:21:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T10:31:30.000Z (over 9 years ago)
- Last Synced: 2023-03-23T00:46:18.678Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Discourse Konami
This plugin adds the Konami Code to Discourse.
When invoked, magic happens.
## Installation
As easy as 1-2-3! Just open your Docker container's `app.yml` and be sure to have the following:
```yaml
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/discourse/docker_manager.git
# other plugins...
- git clone https://github.com/cfstras/discourse-konami.git
```## Usage
- Install
- Bring up Discourse
- ↑↑↓↓←→←→BAEnter## Contributing
I always cheer up when getting pull requests!
## Thanks
Special thanks go out to http://snaptortoise.com/konami-js/
## License
Discourse Konami is released under the MIT License. For details please refer to LICENSE.md.