Simply Weather

Simply Weather

Project Overview

Simply Weather is a simple Serverless web app that displays the current weather based on the user’s zip code. It was created out of a desire for a streamlined weather checking experience without all of the clutter many weather services provide.

The web app is powered by a Lambda function and is integrated with the Dark Sky weather API and the ZipCodeAPI. The Node Rate Limiter module was implemented as well to reduce the number of potential calls per hour based on the requirements of the APIs.

Initial view of the web app, with an input for the user's zip code.
The detail view displaying the current weather based on the user's zip code.

Try Simply Weather

Check out the GitHub repository to see the code powering this Serverless web app.

View Web App