GitXplorerGitXplorer
C

open-weather-app

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ccd63a9b358f4019a4550ba7ceafb7f4b22bb353

add pagefront key

CConorLinehan committed 8 years ago
Unverified
c23b16e770fac2965d98463f2bc7328e36705aab

fix yml file

CConorLinehan committed 8 years ago
Unverified
7415f237f441e62c7dfa3908a3f1727d5a3c8b08

setup travis for deployments

CConorLinehan committed 8 years ago
Unverified
59eb852fe792c80a1b2b2f16a01eff5ae95a7f5f

setup deployments

CConorLinehan committed 8 years ago
Unverified
a21dc81ea6471a22d91a1fc3f2e81f862a00d0d4

Feature/styling (#4)

CConorLinehan committed 8 years ago
Unverified
c639a83479d6174ed9a97c29aa781ffb9836d5a4

Feature/detail page (#3)

CConorLinehan committed 8 years ago

README

The README file for this repository.

Open-weather-app

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd open-weather-app
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links