recipe-api-only
recipe-api-only copied to clipboard
API server for recipe based projects. If you want to have an app or website with recipes, but don't want to spend a lot of time - this can be a good choice
http://parseplatform.org/#server http://docs.parseplatform.org/parse-server/guide/#usage http://docs.parseplatform.org/js/guide/#users http://makeitopen.com/docs/en/1-2-design.html
Menu.attachMenusToUsers test
render pages with success messages ,etc
https://open.blogs.nytimes.com/2015/04/09/extracting-structured-data-from-recipes-using-conditional-random-fields/ https://open.blogs.nytimes.com/2016/04/27/structured-ingredients-data-tagging/ https://github.com/NYTimes/ingredient-phrase-tagger https://rajmak.wordpress.com/2016/02/19/structuring-text-using-conditional-random-field-crf-tagging-recipe-ingredient-phrases/ --- NLP on js https://en.wikipedia.org/wiki/Conditional_random_field https://egghead.io/lessons/node-js-break-up-language-strings-into-parts-using-natural https://dzone.com/articles/using-natural-nlp-module https://nearley.js.org/ https://github.com/nhunzaker/speakeasy http://natehunzaker.com/javascript/nodejs/2012/04/02/speakeasy-a-natural-language-processor-for-node.html https://github.com/NaturalNode/natural http://www.chrisumbel.com/article/node_js_natural_language_porter_stemmer_lancaster_bayes_naive_metaphone_soundex https://github.com/liwenzhu/node-crf https://github.com/nlp-compromise/compromise https://www.quora.com/Are-there-any-JavaScript-natural-language-processing-projects https://github.com/mas-hama/jscrf https://github.com/erick-fernandes/nat-js/tree/master/js/lib https://www.npmjs.com/package/nlp-toolkit http://opennlp.apache.org/ ------------------ https://stackoverflow.com/questions/14000740/how-to-create-a-recipe-ingredient-parser
**type**: [ 'favorite', 'done', 'modified' ] Model **id**, **recipeId**, **userId**, **type** maybe we need to setup a cron job and each month we can calculate favorite - [ ] Delete...
- [x] Extend recipes - [x] adjust import samples - [ ] test how REST works - [ ] remote method get calories(main) by recipeId
Finish and test import