Webhook for:
- Mulungwishi Fertilizer Project
- Weather Forecast
Install flask and virtualenv (if you do not have one): http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Install also dependencies on requirements.txt:
$ pip install -r requirements.txt
To visit mulungwishi webhook index: http://127.0.0.1:5000
To visit mulungwishi webhook: http://127.0.0.1:5000/query
To visit weather-forecast webhook: http://127.0.0.1:500/weather_forecast
You're gonna need a public key (mulungwishi_rsa.pub) and place it as ~/.ssh/mulungwishi_rsa.pub to deploy.
$ make deploy