Skip to content

andyklimczak/TheReportOfTheWeek-API

Repository files navigation

The Report of the Week API

API to provide information on reviews by The Report of the Week

Data

This API returns all reviews done on The Report of the Week youtube channel. This data is recorded in the reports.json file.

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-20",
  "rating": 7.0,
  "id": "0b399d91-1673-4708-ba60-f1312b037b35"
}

Docs

OpenAPI Docs

Local Setup

In the project directory, you can run:

npm run dev

To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.

npm start

For production mode

npm run test

Run the test cases.