A simple Serverless web app that displays the current weather based on the user's zip code.
There are two main directories: serverless
, which houses the code for the Lambda function that powers the web app, and user-interface
, which houses the code for the user interface of the web app.
Simply Weather is powered by the Dark Sky weather API and the ZipCodeAPI. API calls are limited to 40 per hour using the Node Rate Limiter module.
Please note that the API keys and AWS url have been scrubbed.