Skip to content

sudoq/satchel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satchel

Travis Docker Stars Docker Pulls

Periodically scrapes provided URL and hosts the data as a RESTful HTTP API

Docker usage

$ docker pull sudoq/satchel:master
$ docker run -p 80:8080 --rm sudoq/satchel:master <URL>

Example

$ docker run -p 80:8080 --rm sudoq/satchel:master https://api.github.com/events
$ curl localhost

About

Periodically scrapes provided URL and hosts the data as a RESTful HTTP API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages