TheReportOfTheWeek-API
TheReportOfTheWeek-API copied to clipboard
API of The Report Of The Week Reviews
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
- Check status:
- All reports (sorted by date):
- Reports by category
- Reports between certain dates
Example Frontends
- The Report of the Week Client Interactive charts using React, Redux, and Recharts
Development
- Install mongodb, node, and npm
- Clone the repo
- npm install
- npm start will load the data and start the server
- 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 !