Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alestor123/rss-github
This is a simple code for genrating rss from github api [WIP]
https://github.com/alestor123/rss-github
api github issues rss
Last synced: about 5 hours ago
JSON representation
This is a simple code for genrating rss from github api [WIP]
- Host: GitHub
- URL: https://github.com/alestor123/rss-github
- Owner: alestor123
- License: mit
- Created: 2020-12-17T16:06:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T10:23:08.000Z (about 4 years ago)
- Last Synced: 2024-04-24T18:41:46.448Z (10 months ago)
- Topics: api, github, issues, rss
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rss Github
![]()
#
> This is a simple code for genrating rss from github api# Documentation
# Quick use
``npx rss-github``
# Installation
``npm i rss-github -g ``
# Usage
``rss-github -p 3000 ``
# Example
``rss-github -p 3000 -t token -f ./lol.log -l 50 ``# Env
## Creating Env
``touch .env``# Env Example
## Usage
```
TOKEN=
LIMIT=
LOG=
LOGPATH=
PORT=-p 3000 -t token -f ./lol.log -l 50
```
## Example```
TOKEN=blahblahbal
LIMIT=5
LOG=true
LOGPATH=./lolo.log
PORT=3000
```# WIP