Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rongfengliang/rss-node-learning
- Owner: rongfengliang
- Created: 2019-01-15T02:44:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T05:42:52.000Z (about 6 years ago)
- Last Synced: 2025-01-10T01:18:43.246Z (20 days ago)
- Topics: docker, nodejs, nodemon, rss
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```