This is a webtask that listens to web request that the Motion Tracker sends.
Using the CLI of webtask, a url can be generated passing a mongo database url as a secret:
$ wt create --secret MONGO_URL='mongodb://...' motiont-listener.jsAnd for the view page:
$ wt create --secret MONGO_URL='mongodb://...' motiont-view.jsFor more information about webtask visit the webtask docs page
This webtask uses mongoDB to store values, so in order to generate a new webtask it is neccesary to provide mongoDB database address.
Gabriel Silvatici.