Skip to content

gsilvatici/motiont-webtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

webtask for Motion Trakcer

This is a webtask that listens to web request that the Motion Tracker sends.

Install

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.js

And for the view page:

$ wt create --secret MONGO_URL='mongodb://...' motiont-view.js

For more information about webtask visit the webtask docs page

Considerations

This webtask uses mongoDB to store values, so in order to generate a new webtask it is neccesary to provide mongoDB database address.

Author

Gabriel Silvatici.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors