All Projects → andyklimczak → TheReportOfTheWeek-API

andyklimczak / TheReportOfTheWeek-API

Licence: MIT license
API of The Report Of The Week Reviews

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to TheReportOfTheWeek-API

SampleFoodBlog
🔥 Android blog application, built with Firebase
Stars: ✭ 23 (+15%)
Mutual labels:  food
HDU
开始复习不如从头预习👍
Stars: ✭ 34 (+70%)
Mutual labels:  review
sarna
Security Assessment Report geNerated Automatically
Stars: ✭ 26 (+30%)
Mutual labels:  report
automation-report
Automation report是一款可以解决很多行业领域中设涉及到报告生成的需求,本项目最开始的初衷是为公司内部简化人工流程的一个环节,主要实现目的是将实验室检测得出的下机数据结果与对应的报告模版批量结合生成报告(.pdf)。
Stars: ✭ 13 (-35%)
Mutual labels:  report
Interview
Code completion and code review for identifying C# candidates
Stars: ✭ 22 (+10%)
Mutual labels:  review
smooth-app
The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
Stars: ✭ 187 (+835%)
Mutual labels:  food
face-recognition
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
Stars: ✭ 38 (+90%)
Mutual labels:  review
junit-report-rs
JUnit compatible XML reports in Rust
Stars: ✭ 15 (-25%)
Mutual labels:  report
fooddist
An open-source food image embedding model
Stars: ✭ 26 (+30%)
Mutual labels:  food
sonar-gerrit-plugin
SonarQube plugin for posting issues as Gerrit review comments
Stars: ✭ 32 (+60%)
Mutual labels:  review
awesome-newman-html-template
😎 A newman html report very detailed
Stars: ✭ 63 (+215%)
Mutual labels:  report
phpjasperxml
This is a php wysiwyg report library
Stars: ✭ 37 (+85%)
Mutual labels:  report
openfoodfacts-ruby
Open Food Facts API Wrapper
Stars: ✭ 27 (+35%)
Mutual labels:  food
openfoodfacts-cordova-app
Open Food Facts mobile app, developed with Cordova, for iOS, Android, Windows Phone, FirefoxOS etc.
Stars: ✭ 24 (+20%)
Mutual labels:  food
deeplearning-papernotes
Краткое изложение статей по NLP, Deep Learning и диалоговым агентам
Stars: ✭ 17 (-15%)
Mutual labels:  review
Flutter-Food-Onboarding-Screen
A beautiful food onboarding screen which can be used when building a food related flutter app for both android and IOS.
Stars: ✭ 21 (+5%)
Mutual labels:  food
foodcoopshop
Open source software for food coops and local shops 🥕🍏 🧀
Stars: ✭ 60 (+200%)
Mutual labels:  food
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (+40%)
Mutual labels:  food
pytest-html-reporter
Generates a static html report based on pytest framework
Stars: ✭ 69 (+245%)
Mutual labels:  report
hapi
Hydro­ponic Automa­tion Plat­form Ini­tia­tive (HAPI)
Stars: ✭ 65 (+225%)
Mutual labels:  food

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 !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].