Serves an RSS feed of your active Linear issues (Todo and In Progress). Designed for use with Zen's RSS live folder feature.
npm installnpm run devnpm run build
npm startThe server starts on port 3000 (override with PORT env var).
GET /feed?token=<LINEAR_API_KEY>&username=<DISPLAY_NAME>
| Param | Description |
|---|---|
token |
Your Linear personal API key |
username |
Your Linear display name (the name shown on your profile) |
http://localhost:3000/feed?token=lin_api_xxxxx&username=Sean
Returns an RSS 2.0 XML feed containing all issues with status Todo or In Progress assigned to the given user. Each item includes the issue identifier, title, description, status, and a direct link to the issue in Linear.
- Go to Linear Settings > API
- Create a personal API key
- Use it as the
tokenquery parameter