Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 722 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 722 Bytes

Weather ☀️ ☔ ☁️ ❄️ ⛄ ⚡ 🌀 🌁

To retrieve the weather forecast, enter in your zip code and submit. For US zip codes, only. That's it!


Under the hood

  • Uses Dark Sky's Weather API to get weather forecast details based on zip code,
  • Uses AWS API Gateway to mask Dark Sky's Weather API secret key,
  • Uses Webpack and Babel to build and transpile JSX and ES6 syntax,
  • Renders the view with React.js,
  • Follows BEM naming methodology and groups Sass partials by component,
  • Uses min-width, mobile-first @media queries to handle responsive behavior, and
  • Uses Autoprefixer (PostCSS) to deal with vendor prefixes