Skip to content

TheOnlyWayUp/PanchangamLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

41 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PanchangamLite (Demo)

A Minimalist frontend incorporating Tarabalam with the current day's Panchangam.

The Demo

Features

  • 🐳 Dockerized, Easy to Selfhost.
  • 🌐 Retrieves information from an authentic source.
  • πŸ“„ Incorporates Tarabalam information.

Selfhosting

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.

Stack

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