basic readme

This commit is contained in:
Robin Appelman 2021-07-15 18:57:56 +02:00
commit 3780639a91

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# Docker Hub RSS
RSS feed for Docker Hub images
# Usage
#### Start the server
```
PORT=3000 docker-hub-rss
```
#### Get the feed for an image
```
curl localhost:3000/<docker-hub-user>/<docker-hub-repo>
```