Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/korigamik/badapple
Pay Bad Apple on the website favicon
https://github.com/korigamik/badapple
badapple cpp favicon opencv
Last synced: 9 days ago
JSON representation
Pay Bad Apple on the website favicon
- Host: GitHub
- URL: https://github.com/korigamik/badapple
- Owner: KorigamiK
- Created: 2022-06-01T14:48:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T15:03:53.000Z (about 1 year ago)
- Last Synced: 2023-10-27T16:24:13.699Z (about 1 year ago)
- Topics: badapple, cpp, favicon, opencv
- Language: JavaScript
- Homepage: https://korigamik.is-a.dev/BadApple/
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [_Bad Apple !!_](https://korigamik.github.io/BadApple/)
![Bad Apple](./public/badapple.png)
The internet challenge of playing the
[Bad Apple!! PV](https://www.youtube.com/watch?v=FtutLA63Cp8) on as many
platforms and interfaces as possibleAs the occasion of the 15th anniversary of the "Bad Apple!!" remix by
Alstroemeria Records featuring nomico happens, this small project celebrates its
repute.See the _Bad Apple!! PV_ playing in your browser's favicon as you navigate to
the website with the lyrics :DThe project can easily be extended to any video or a series of images. It's
using OpenCV's glorious API to figure out the frame.## Building
Check the docs of the [`badapple/lib`](./lib/README.md) directory
Finally run this build command to push the changes to the dist directory:
```sh
npm run build
```