Skip to content

Govan/extract-on-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extract (in Docker)

Feedbin's extract takes the Mercury parser and wraps it in a Node app.

This takes Feedbin's extract and wraps it in a container for portability.

Installation

docker pull leftbrained/extract:latest

Usage

Run the container and expose 8080, or expose whatever PORT you specify. EXTRACT_SECRET and EXTRACT_USER will be generated if not supplied.

$ docker run -p 8080:8080 leftbrained/extract:latest
-------------------------------------------
Secret: abYBIrFnFDNrmtQMU7Q11tXJ
user: F8nkW4E67TPUHCVDiyD01P3P
-------------------------------------------
Extract started on port 8080

Refer to Feedbin's README for an example of how to call the service.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published