Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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]

Awesome Lists containing this project

README

        

Rss Github



views


views



#
> 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