Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 911 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 911 Bytes

Thirsty Ottawa

This is the source for thirsty ottawa, a simple web app showing drinking fountains and public washrooms around ottawa. Find it here:

https://thirstyottawa.ca

This was a pretty quick project and my first time using pretty much all of these technologies! Any tips or improvements gladly appreciated.

Note that my Google API key is embedded within the source, but has as many restrictions enabled on the backend as I could muster.

Contact me on twitter @mobob or to suggest changes to the app @thirsty_ottawa.

Dev info

This app is based on node.js, express, and is mostly setup to run on AWS Lambda. Built from the great example I found here: https://aws.amazon.com/blogs/compute/going-serverless-migrating-an-express-application-to-amazon-api-gateway-and-aws-lambda/. Written to run against Node.js version 6.10