Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebolblga/ahaha-hehehe
Finally, the funny. This website is meant to fulfil your needs in meta-ironic humour
https://github.com/ebolblga/ahaha-hehehe
nuxt3 scss tailwindcss typescript vue web website
Last synced: 18 days ago
JSON representation
Finally, the funny. This website is meant to fulfil your needs in meta-ironic humour
- Host: GitHub
- URL: https://github.com/ebolblga/ahaha-hehehe
- Owner: ebolblga
- License: gpl-3.0
- Created: 2022-08-29T13:55:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T23:50:57.000Z (over 2 years ago)
- Last Synced: 2023-05-07T02:37:37.815Z (over 1 year ago)
- Topics: nuxt3, scss, tailwindcss, typescript, vue, web, website
- Language: Vue
- Homepage: http://ahehe.ru/
- Size: 5.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en-gb.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ahaha & hehehe v3
### Finally, the funny. This website is meant to fulfil your needs in meta-ironic humour.
This is a third and final version of an older project:
[v1 on ASP.Net](https://github.com/ahibis/hahaRU)
[v2 on Django](https://github.com/ahibis/hahaRu2)Читать документацию на [Русском](https://github.com/ebolblga/Ahaha-hehehe#ahaha--hehehe-v3)
## Modules
### Meme generation
Generates memes and allowes you to make hilarious images on your own.### Word generation
Generates funny words with the help of language template subversion, using known funny patterns in words.
![image](https://user-images.githubusercontent.com/82185066/187479609-5bdd7862-d676-4fa8-946f-caf2d8d64c5e.png)### Joke generation
Generates original jokes using [Markov chain](https://en.wikipedia.org/wiki/Markov_chain), trained on a large dataset parsed from [anekdot.ru](https://www.anekdot.ru/).
![image](https://user-images.githubusercontent.com/82185066/187480785-63147aac-5462-4df5-804e-b80c4d0fdc82.png)### Video generation
Finds completely random video from [YouTube](https://www.youtube.com/). Made by generating random video ID, searching for it on YouTube (to find similar existing video ID's) and parsing results.
![image](https://user-images.githubusercontent.com/82185066/187481536-76c05c31-00b2-4951-8c50-33d72d28c2d2.png)## How to start project using Visual Studio Code
```bash
# first install all modules
yarn# now start project
yarn dev
```## Credits
[Ebolblga](https://github.com/ebolblga) - Creative Lead, UI/UX Designer, Full-Stack Developer
[Ahibis](https://github.com/ahibis) - Tech Lead, Full-Stack Developer
[Moskwa]() - Creative Сonsultant, Full-Stack Developer## License
This program is licensed under the GPL-3.0 License. Please read the License file to know about the usage terms and conditions.