RyanSept / pycon-weather-api

Weather app backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload secret configs to S3 bucket for use by $ aws s3 cp env.json s3://weather-api-bucket

Set env.json configs to env vars eval "$(jq -r '. | to_entries | .[] | "export " + .key + "=\"" + .value + "\""' env.json)"

About

Weather app backend

License:MIT License


Languages

Language:Python 100.0%