Simple webapp allowing users to explore the ITA webservices API.
This project uses ember-cli. The cloning an existing project section will help you get set up. The following steps are essentially a condensed version of what's written there:
- Clone this repo.
- Install
node
. cd explorer && npm install && bower install
ember server
Explorer submits search requests to ITA webservices. You'll want to have this running locally on port 3000.
Run sh deploy.sh
. You must have push access to this repository in order to do deployments.