Shooting Stars Meme Generator using CSS animations, use your own images and have fun !
โจ Demo
You can see and use a live version of the service here : https://shooting-stars.tekrop.fr/. If you want to use the service, and you have the possibility to host your own instance, please do it (at least for production environment), in order to not overload the live version i'm hosting.
npm install
node server.js
docker compose up -d
docker build . -t tekrop/shooting-stars-meme-generator:latest
docker run -d \
--name shooting-stars-meme-generator \
-p 80:9595 \
--volume /local_path_to_uploads:/code/public/uploads \
tekrop/shooting-stars-meme-generator
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Copyright ยฉ 2017-2022 Valentin PORCHET.
This project is MIT licensed.
This README was generated with โค๏ธ by readme-md-generator