Skip to content

willb0/page_monitor_hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page_monitor_hub

to run

go build -o bin
./bin/page_monitor_hub

endpoints:

{
    /* POST */
    "/add_page_monitor" : {
        "url":"https://purdue.edu",
        "redis_channel":"purdue_monitor",
        "refresh_rate":5,
    },
    /* GET */
    "/get_all_monitors" : {
    },
    /* POST */ 
    "/stop_page_monitor": {
        "url":"https://purdue.edu",
        "redis_channel":"purdue_monitor",
        "refresh_rate":5,
    }
}

About

building off of the page monitor I wrote in Go, an API for managing instances of page monitors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages