Giter Club home page Giter Club logo

news-recipe's Introduction

Build Status Coverage Status

Requirements

PHP 5.4+

Dependencies

Install dependencies using composer

composer install

or

php composer.phar install

Unit tests

Assuming you have installed all dependencies using composer, you can run the unit tests with the following command:

./vendor/bin/phpunit -c ./phpunit.xml.dist

Code coverage

Code coverage report is available in ./build/logs/report/index.html

Documentation

Check folder ./build/docs/index.html

Continuous Integration

Build Status Coverage Status

Available via travis-ci and coverall.io. Just click in the badges above

Script usage

To use it in the command line:

php public/recipeFinder.php <csv file> <recipes json file>

Example

php public/recipeFinder.php ./data/fridge.csv ./data/recipes.json

The example above will output:

Recommendation for tonight is: grilled cheese on toast

Using as a webpage

Assuming that you have PHP 5.4+ installed, just use:

php -S localhost:8000 -t public/

and then open http://localhost:8000 in your browser

news-recipe's People

Contributors

rosantoz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.