/mp-lookup

Simple web app for looking up info on your MP. Uses They Work For You API

Primary LanguageJavaScript

MP Lookup

This i my first EmberJS app that will use connection to the They Work For You API and Firebase to provide a single page app experience for whchever MP you're looking up.

The current live and working demo is available at:

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • 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

Further Reading / Useful Links