andyklimczak / TheReportOfTheWeek-API

API of The Report Of The Week Reviews

Home Page:https://thereportoftheweek-api.herokuapp.com/reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

API of The Report Of The Week Reviews

https://thereportoftheweek-api.herokuapp.com/reports

License:MIT License


Languages

Language:JavaScript 100.0%