API to provide information on reviews by The Report of the Week
Checkout the OpenAPI Docs for more info and to test the endpoints.
The base URL is https://www.thereportoftheweek.com
.
This API returns all reviews done on The Report of the Week youtube channel. All the reviews live in the reports.json file if you're just interested pulling in the data into your own datastore..
{
"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"
}
In the project directory, you can run:
To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.
For production mode
Run the test cases.