Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rongfengliang/rss-node-learning

rss-node-learning
https://github.com/rongfengliang/rss-node-learning

docker nodejs nodemon rss

Last synced: 19 days ago
JSON representation

rss-node-learning

Awesome Lists containing this project

README

        

# nodejs rss demo with nodemon watch changes

you can run local || with docker

## for package application

* global install pkg package

```code
npm install -g pkg
```

* package application

```code
pkg .
```

* for small package size build like below

```code
pkg -t alpine . && docker build -f Dockerfile-alpine -t dalongrong/rssjs:alpine .
```

* with docker-compose running

you can change the index.js file for generate new rss content

```code
docker-compose up -d
```