Political-info

This is a web application developed using Sunlight Foundation's Congress API. It provides users with a way to search for a information about legislators, committees, recent and upcoming bills by zip code.

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
  • Retrieve personal access token from https://sunlightlabs.github.io/congress/
  • Make a .env file in top level of project
  • Store personal access token as a variable called apiKey
  • Add .env file to .gitignore

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