Skip to content

andyklimczak/TheReportOfTheWeek-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 7, 2018
8e3a9b7 · Sep 7, 2018
Sep 7, 2018
Sep 5, 2018
Jan 31, 2017
Apr 3, 2016
Jan 31, 2017
Jul 25, 2016
Dec 9, 2016
Aug 14, 2016
Jul 26, 2017
Jan 31, 2017
May 23, 2017

Repository files navigation

Build Status

The Report Of The Week API

Basic API to provide information on The Report Of The Week

Example Review

{
    "product": "5 Hour Energy Pomegranate",
    "manufacturer": "Living Essentials",
    "category": "Energy Crisis",
    "videoTitle": "Energy Crisis--Energy Drink Review",
    "videoCode": "wyD3nCv_emI",
    "dateReleased": "2011-02-20T00:00:00.000Z",
    "rating": 7
}

Usage

Example Frontends

Development

  1. Install mongodb, node, and npm
  2. Clone the repo
  3. npm install
  4. npm start will load the data and start the server
  5. npm test will run the tests

Update data

The json information the server returns is created from seeds/reports.json. Information from new videos needs to be entered manually. Please feel free to update/append new data !