Socket
Socket
Sign inDemoInstall

foodie

Package Overview
Dependencies
9
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.1.0

14

cli.js

@@ -10,2 +10,4 @@ #!/usr/bin/env node

const [,, ...args] = process.argv;
var sortProps = [

@@ -24,7 +26,13 @@ {name: 'price', high: false, initial: false, text1: '(cheapest)', textOpts: ['(cheapest)', '(most expensive)']},

const init = () =>{
rl.question("\nWhat are you hungry for? ", function(food) {
if (args[0]){
console.log('\n')
interval= kirby();
wifiScan(food)
});
wifiScan(args)
} else {
rl.question("\nWhat are you hungry for? ", function(food) {
console.log('\n')
interval= kirby();
wifiScan(food)
});
}
}

@@ -31,0 +39,0 @@

{
"name": "foodie",
"version": "1.0.9",
"version": "1.1.0",
"description": "Foodie is the most delicious command line interface out there. Type in what you want to eat and let foodie find restuarants nearby to satisfy your cravings.",

@@ -5,0 +5,0 @@ "main": "cli.js",

# Foodie
Foodie is the most delicious command line interface out there. Type in what you want to eat and let foodie find restaurants nearby to satisfy your cravings..
Foodie is the most delicious command line interface out there. Type in what you want to eat and let foodie find restaurants nearby to satisfy your cravings.

@@ -38,2 +38,4 @@ ## Installation

Alternatively, if you want to skip the initial prompt, you can simply write `foodie FOOD_TYPE` and the list will be generated in a few seconds.
You will then see a dancing 'kirby' (`<('o')>`) that will dance in the command line while you wait for your results are evaluated. When your are returned, you should see a list of restaurants that fall under whatever category you typed into the command line. The restaurants are ordered initially by how close they are to you. The closest restaurants will appear at the bottom of the list.

@@ -40,0 +42,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc