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.
- Host: GitHub
- URL: https://github.com/dcdunkan/issue-news
- Owner: dcdunkan
- License: mit
- Created: 2022-07-01T23:12:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T23:23:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T04:44:06.720Z (about 1 year ago)
- Topics: blog, issues, news
- Language: TypeScript
- Homepage: https://issue-news.deno.dev/archive
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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