PanchangamLite (Demo)
A Minimalist frontend incorporating Tarabalam with the current day's Panchangam.
- π³ Dockerized, Easy to Selfhost.
- π Retrieves information from an authentic source.
- π Incorporates Tarabalam information.
git clone https://github.com/TheOnlyWayUp/PanchangamLite && cd PanchangamLite
docker build . -t 'panchangamlite:latest'
docker run --rm -p 80:80 -d panchangamlite:latest
That's it. You can access your instance at https://localhost:80
.
I used SvelteKit and DaisyUI for this. Short and Simple.
An interest part of this project is my implementation of BeautifulSoup-like Web-Scraping from Javascript.
TheOnlyWayUp Β© 2023