A telegram bot that tells you how bad the air is in your area. It uses Nadia telegram client and was heavily inspired by this boilerplate.
This bot uses gigalixir. With it installed create a new app:
gigalixir create
then set up NADIA_BOT_TOKEN
(obtained from @botfather) and AIRLY_API_TOKEN
(see airly) for your app:
gigalixir set_config APP_NAME NADIA_BOT_TOKEN token_here
gigalixir set_config APP_NAME AIRLY_API_TOKEN token_here
add gigalixir remote:
gigalixir set_git_remote APP_NAME
and push code to master
git push gigalixir master
Deploy is done!