All Projects → christarazi → random-restaurant-generator

christarazi / random-restaurant-generator

Licence: GPL-3.0 license
An Android app that queries Yelp's API for a random restaurant near you

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to random-restaurant-generator

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 (+73.33%)
Mutual labels:  random, pick
Spicy Proton
Generate a random English adjective-noun word pair in Ruby
Stars: ✭ 76 (+406.67%)
Mutual labels:  fun, random
observations
Beobachtungen und Betrachtungen rund um das Informatik-Studium an der HSLU
Stars: ✭ 45 (+200%)
Mutual labels:  fun
object.pick
(object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.
Stars: ✭ 39 (+160%)
Mutual labels:  pick
Random-Mouse-Clicker
Randomly auto-clicks inside of a drawn region
Stars: ✭ 19 (+26.67%)
Mutual labels:  random
Guesstimator
🍻Uses Google, Yelp, and Foursquare APIs to retrieve and rank bars
Stars: ✭ 84 (+460%)
Mutual labels:  yelp
strgen
A Python module for a template language that generates randomized data
Stars: ✭ 34 (+126.67%)
Mutual labels:  random
mango
A @discord bot that has lots of features 🥭
Stars: ✭ 22 (+46.67%)
Mutual labels:  fun
ruuid
A fast uuid generator in Python using Rust
Stars: ✭ 19 (+26.67%)
Mutual labels:  random
filter-anything
A simple (TypeScript) integration of "pick" and "omit" to filter props of an object
Stars: ✭ 19 (+26.67%)
Mutual labels:  pick
randmoji
Generate wacky Bitmoji avatars using the private API.
Stars: ✭ 17 (+13.33%)
Mutual labels:  fun
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (+86.67%)
Mutual labels:  restaurant
penney
Penney's Game
Stars: ✭ 14 (-6.67%)
Mutual labels:  fun
FunUtils
Some codes i wrote to help me with me with my daily errands ;)
Stars: ✭ 43 (+186.67%)
Mutual labels:  fun
RestaurantReactApp
This is a responsive website that uses PWA app standards, completely created with React, React router and firebase
Stars: ✭ 59 (+293.33%)
Mutual labels:  restaurant
honk-twitter-bot
A simple honk twitter bot that reply honk slash command
Stars: ✭ 19 (+26.67%)
Mutual labels:  fun
Geolocator-2
Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.
Stars: ✭ 24 (+60%)
Mutual labels:  yelp
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (+40%)
Mutual labels:  fun
random
Random data generator AKA faker
Stars: ✭ 14 (-6.67%)
Mutual labels:  random
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (+266.67%)
Mutual labels:  pick

Random Restaurant Generator

PlayStore

It uses the Yelp API to query for restaurants and uses Google Play Services location API. It also uses Google Maps Android API for displaying the location of a restaurant.

Description

Deciding where to eat takes forever. Either your friends / family can never agree on where to go, or you're feeling indecisive and can't pick. With Random Restaurant Generator, you don't have to ask anyone anything or worry about what to pick. Random Restaurant Generator searches for places to eat near you and picks one at random.

If you don't like the place it finds, swipe it to the left to get a new one. Found one you like? Swipe it to the right to open it in Yelp and check out more info. Got a place that you're thinking about, but not quite sure? Add it to your saved list by clicking the bookmark icon to access it later.

Features:

  • Filter your searches by entering a category or type of food you like (perfect for vegans).
  • Filter your searches by price range ($, $$, $$$, $$$$).
  • Filter by time restaurants are open at so you don't get one that is closed when you get there.
  • Ability to use your GPS for places near you or enter a location manually to search a specific area.
  • Save restaurants to access them later if you want to narrow down your choices.
  • Ability to open the restaurant's page in Yelp for more information.
  • Displays a mini Google Maps to show where the restaurant is and to get quick directions to it.

Contributing

Please feel free to submit a pull request if you have any improvements or suggestions. If you run into any issues, please do submit them and give feedback wherever you can.

Building

Building is quite simple with gradle:

git clone https://github.com/christarazi/random-restaurant-generator.git
cd random-restaurant-generator/
./gradlew build

License

This program is free software, distributed under the terms of the [GNU] General Public License as published by the Free Software Foundation, version 3 of the License (or any later version). All files under this project are under this license. For more information, see the file LICENSE.

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].