An open-source API and web interface that calculates Amavasya (New Moon) dates using astronomical Sun-Moon angular mathematics based on the Hindu lunar calendar (Panchang).
- Web Interface: https://amavasya.vercel.app/
- Public API: (https://sankashti.onrender.com/)
- 🌑 Accurate Amavasya calculation using Sun-Moon longitudinal data.
- 📅 Full year lunar event calendar generation.
- 🌍 Public REST API ready for developer integration.
- ⚡ Fast responses with no hardcoded tables.
Amavasya occurs when the Moon and Sun are at the exact same ecliptic longitude (0° separation). This project calculates the exact tithi (lunar day) rather than relying on static calendars.
(List your endpoints here exactly like you did in the Sankashti repo, e.g., /amavasya/today, /amavasya/next)
- Python / FastAPI
- Swiss Ephemeris
- Vercel (Frontend)