Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 942 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 942 Bytes

NewsAggregator

News aggregator that integrates with a variety of different content APIs.

Team

  • Product Owner: Sam Puth
  • Scrum Master: Sean Chen
  • Chief Backend Developer: Etienne Tripier
  • Chief Frontend Devloper: Matt Kim

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 0.10.x
  • Sqlite3 2.2.x
  • Angular 1.2.x
  • Jasmine 2.0.x

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.