zingsurfer / ski_meow

A ski & snowboard weather front-end app that consumes my API, SnowPowder.

Home Page:https://autumn-martin.github.io/ski_meow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ski Meow

Module 4 | Contributors: Autumn Martin

Core Collaborators: Becca Hyland & Cory Westerfield

About

Intro

Deciding which ski resort to go to is hard with factors to consider like epic snowfall, and if the wind and chill will be worth it. This app is for all skiers, snowboarders, and powder chasers. Ski Meow helps you choose the ski resort with the most ideal conditions for a great powder day! Let's Ski Meow!

Ski Meow is published here.

Background

Ski Meow is a JavaScript single page app that has been integrated with my backend, PowderKeg. PowderKeg is an API which consumes weather data from DarkSky and World Weather Online. PowderKeg is deployed here, and has an open source repository here. PowderKeg also consumes data from Unsplash, which Ski Meow uses to feature a random image for the background.

Tech Stack

HTML, CSS, JavaScript, Waffle, Webpack

Features

Login:

Register:

View weather:

Design

Ski Meow is designed mobile first, but with consideration of larger screens as well.

iPhone view:

iPad view:

Desktop view:

Getting started

Production

This app has been deployed to GitHub Pages. To view the app in production, visit: https://autumn-martin.github.io/ski_meow/

Development

First, clone this repository via git clone git@github.com:Autumn-Martin/ski_meow.git.

Install dependencies via npm install.

Fire up the development server with npm start. Wait until it is running.

Now visit http://localhost:8080/ in your browser to view the app in development.

About

A ski & snowboard weather front-end app that consumes my API, SnowPowder.

https://autumn-martin.github.io/ski_meow/


Languages

Language:JavaScript 45.8%Language:CSS 31.9%Language:HTML 22.3%