An open API service indexing awesome lists of open source software.

https://github.com/dcdunkan/issue-news

Turn GitHub Issues into Blog or Newsletter.
https://github.com/dcdunkan/issue-news

blog issues news

Last synced: 12 months ago
JSON representation

Turn GitHub Issues into Blog or Newsletter.

Awesome Lists containing this project

README

          

#

The Issue News

Turn GitHub Issues to Newsletter. Inspired by [Deno News](https://deno.news/).

This is a work in progress. And documentation is also under work.

```ts
import { news } from "https://ghc.deno.dev/dcdunkan/issue-news@main/main.tsx";

news({
title: "The IssueY News",
author: "Author Name",
repository: "owner/repository",
// Optional.
description: "Description",
// GitHub Personal Access Token. It's optional.
// But if rate limit hits, use a PAT.
token: "PAT",
// Optional. But you can provide labels to only list
// issues with that labels as news.
labels: ["news"],
});
```

You can deploy it on [Deno Deploy](https://deno.com/deploy). Here's a example
playground: https://dash.deno.com/playground/example-issue-news