Skip to content

rubycluster/playweather

 
 

Repository files navigation

Play Weather

Status

Code Climate

The Idea

Weather mood expressed in music.

Screenshots

screenshot-01

screenshot-02

How it works

  • Visit Play Weather
  • Enter your location into the text field above
  • ... or press the button with a globe icon to find your current geo location
  • Press 'Play' button to request a weather forecast
  • Listen to the music expressing the weather today
  • Overview the weather for the next 5 days
  • Share it with friends!

Application Concept

  • One-page application
  • Responsive web design
  • Cross-platform

Application Tech Stack

Engine

Design

Used APIs

Application Usage

Requirements

Install

git clone git://github.com/rubycluster/playweather.git
cd playweather
npm install

Configure

Copy example config files and add your own keys and values:

cp app/scripts/config/settings/keys.coffee.example \
   app/scripts/config/settings/keys.coffee

Start development server

webpack-dev-server

Application is now available at:

http://localhost:8080

Build application

gulp build

License

The MIT License (MIT)

Copyright (c) 2013-2016 Vlad Alive

Credits

Developed by Vlad Alive at Ruby Cluster for Jamendo Contest

About

Play Weather - Ruby Cluster Jamendo Contest Repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 68.4%
  • ApacheConf 23.3%
  • CSS 6.2%
  • HTML 1.5%
  • JavaScript 0.6%