harshithjv / playweather

Play Weather - Ruby Cluster Jamendo Contest Repository

Home Page:http://playweather.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

npm install -g yo grunt-cli bower
git clone git://github.com/rubycluster/playweather.git
cd playweather
npm install
bower 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
cp grunt-settings.json.example \
   grunt-settings.json

Start development server

grunt server --force

Application is now available at:

http://localhost:9000/

Build application

grunt build

License

The MIT License (MIT)

Copyright (c) 2013 Vlad Alive

Credits

Developed by Vlad Alive at Ruby Cluster for Jamendo Contest

About

Play Weather - Ruby Cluster Jamendo Contest Repository

http://playweather.info/

License:MIT License


Languages

Language:CSS 61.6%Language:JavaScript 27.4%Language:CoffeeScript 7.8%Language:ApacheConf 2.6%Language:HTML 0.6%