Skip to content

zelkim/linear-to-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear to RSS

Serves an RSS feed of your active Linear issues (Todo and In Progress). Designed for use with Zen's RSS live folder feature.

Setup

npm install

Usage

Development

npm run dev

Production

npm run build
npm start

The server starts on port 3000 (override with PORT env var).

Endpoint

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)

Example

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.

Getting a Linear API Key

  1. Go to Linear Settings > API
  2. Create a personal API key
  3. Use it as the token query parameter

About

A simple node application that serves Linear issues as an RSS feed, created to be used for Live Folders on Zen Browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors