All Projects → surhud004 → Foodish

surhud004 / Foodish

Licence: MIT license
A Node.js/Express.js REST API to GET a random picture of food dishes.

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects
CSS
56736 projects
Procfile
174 projects

Projects that are alternatives of or similar to Foodish

alokmenghrajani.github.com
Alok Menghrajani's Blog
Stars: ✭ 64 (+16.36%)
Mutual labels:  random
Duplicate-Image-Finder
difPy - Python package for finding duplicate or similar images within folders
Stars: ✭ 187 (+240%)
Mutual labels:  pictures
order-id
Unique order id generator
Stars: ✭ 46 (-16.36%)
Mutual labels:  random
msp430-rng
Random (SLAA338) and pseudorandom (LCG) number generation.
Stars: ✭ 19 (-65.45%)
Mutual labels:  random
awesome-randomizers
🎲 A curated list of awesome services for obtaining random results.
Stars: ✭ 36 (-34.55%)
Mutual labels:  random
foodon
The core repository for the FOODON food ontology project. This holds the key classes of the ontology; larger files and the results of text-mining projects will be stored in other repos.
Stars: ✭ 137 (+149.09%)
Mutual labels:  food
PictureToAudio
a few picture to audio (多张图片合成视频)
Stars: ✭ 21 (-61.82%)
Mutual labels:  pictures
faker
Random fake data and struct generator for Go.
Stars: ✭ 67 (+21.82%)
Mutual labels:  random
sfmt-erlang
sfmt-erlang: SIMD-oriented Fast Mersenne Twister (SFMT) for Erlang
Stars: ✭ 70 (+27.27%)
Mutual labels:  random
carbon-footprint
Calculate your carbon footprint 🏭👣 from food, transport, purchases, fashion, electricity and digital activities like streaming, NFT or blockchain.
Stars: ✭ 59 (+7.27%)
Mutual labels:  food
cpp-code-snippets
Some useful C++ code snippets
Stars: ✭ 35 (-36.36%)
Mutual labels:  random
randomdata
TYPO3 extensions to generate new random data or replace existing data with random data
Stars: ✭ 14 (-74.55%)
Mutual labels:  random
Fluent-Random-Picker
Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.
Stars: ✭ 26 (-52.73%)
Mutual labels:  random
rango
Random. Django. Rango. An introduction to using Python and Django to build a website.
Stars: ✭ 53 (-3.64%)
Mutual labels:  random
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+6390.91%)
Mutual labels:  food
this-is-your-life
An angular app character backstories based on the Xanathar's Guide to Everything 'This Is Your Life' tables.
Stars: ✭ 36 (-34.55%)
Mutual labels:  random
Food-App-UI-by-using-SwiftUI
youtu.be/n4EuMTY3ehc
Stars: ✭ 60 (+9.09%)
Mutual labels:  food
prvhash
PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor. (Codename Gradilac/Градилак)
Stars: ✭ 194 (+252.73%)
Mutual labels:  random
Waifu2x-Image-Saver
A Firefox extension to download any image and process them with Waifu2x with one click.
Stars: ✭ 13 (-76.36%)
Mutual labels:  pictures
SDETools
Matlab Toolbox for the Numerical Solution of Stochastic Differential Equations
Stars: ✭ 80 (+45.45%)
Mutual labels:  random

🍲 Foodish 🍛 Website Deploy to Production Contributions Welcome

Logo

A Node.js/Express.js REST API to GET a random picture of food dishes.

Demo

Visit https://foodish-api.herokuapp.com/

API Documentation

Base URL for all endpoints https://foodish-api.herokuapp.com/

The response time will likely be a few seconds long on the first request, because this app is running on a free Heroku dyno. Subsequent requests will behave as normal.

Endpoints

Routes Description
GET /api/ Random food dish from random category.

Example Request-

GET /api/

Example Response-

{"image":"https://foodish-api.herokuapp.com/images/burger/burger101.jpg"}

Routes Description
GET /api/images/:food Random picture from food category.

Please visit the demo website to view the list of available food categories.

Example Request-

GET /api/images/biryani

Example Response-

{"image":"https://foodish-api.herokuapp.com/images/biryani/biryani32.jpg"}

Usage

  • You are designing a restaurant website and you want to add random food pictures as placeholders.
  • You are creating a guess the food dish game.
  • You are ordering a pizza but you just want a random choice, visit https://foodish-api.herokuapp.com/images/pizza/ because that's fun! Didn't like the pizza? Just hit refresh!
  • You just like to see food pictures (visual hunger) because you eat with your eyes first.

Authors

Please note that I do not own any of the Foodish dataset images. All Foodish images and their ownership belong to their original creators.

Support

Please create a new issue for support and issues.

Contributing

Please read the CONTRIBUTING for details on adding images to the Foodish Database.

Contributors

License

This project is licensed under MIT. Please read the LICENSE for details.


Foodish API is maintained by surhud004.
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].