https://github.com/peterklingelhofer/horoscope
Small horoscope app inspired by the 2025 NYT article "Your Zodiac Sign Is 2,000 Years Out of Date"
https://github.com/peterklingelhofer/horoscope
astrology astronomy horoscope zodiac
Last synced: 5 months ago
JSON representation
Small horoscope app inspired by the 2025 NYT article "Your Zodiac Sign Is 2,000 Years Out of Date"
- Host: GitHub
- URL: https://github.com/peterklingelhofer/horoscope
- Owner: peterklingelhofer
- Created: 2025-11-08T16:21:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-08T16:41:42.000Z (7 months ago)
- Last Synced: 2025-11-08T18:18:23.649Z (7 months ago)
- Topics: astrology, astronomy, horoscope, zodiac
- Language: TypeScript
- Homepage: https://little-horoscope.netlify.app
- Size: 103 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little Horoscope
Deployment: https://little-horoscope.netlify.app
## Description
Star-aligned uses the constellation behind the Sun at 12:00 UTC in the current year on your month and day, which can include Ophiuchus.
Tropical divides the ecliptic into 12 equal 30° segments starting at the March equinox, aligning signs with seasons rather than today’s star positions.
Learn more in this 2025 New York Times article: ["Your Zodiac Sign Is 2,000 Years Out of Date"](https://www.nytimes.com/interactive/2025/upshot/zodiac-signs.html?unlocked_article_code=1.s08._-aw.qhOetUaj0-q8&smid=url-share)
## Screenshot

## Development
```sh
pnpm install
pnpm dev
```