Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 902 Bytes

Readme.md

File metadata and controls

34 lines (19 loc) · 902 Bytes

Sky Watch

Predictive app to determine what interesting astronomical objects are viewable from the user's location at local time. See a demo

Build Status](https://travis-ci.org/vilmosioo/Sky-Watch)

Server

Express REST-ful server.

Client

Angular client that displays data returned from the server.

Development

git clone https://github.com/vilmosioo/Sky-Watch.git
bower install & npm install
grunt

To run app in a development environment

grunt serve

To run app in a production environment

grunt build

Architecture

The application is built using Travis and automatically deployed to Openshift

TODO Describe the workflow in more detail