API keys and environment variables on netlify

Environment variables are not accessible via process.env.VARIABLE_NAME from client-side code @larpie.

Variables are replaced during build. Check out

If you have an API key in a variable, this becomes exposed in the front-end code for anyone to see. A better method is outlined in