Skip to content

leetcode-notes/open-sf-foodtrucks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When this program is run, the user will see a list of open food trucks in San Francisco. The list contains name of food truck and location. It is alphabetical in order.

To run this program, you need the following:

  1. python3
  2. pip

Once everything is installed, you can go to the folder where the file is present in shell like this:

cd open-sf-foodtrucks
Next load all dependencies and virtualenv by doing the following:

source run.sh

NOTE: The program is run via the run.sh file. In case you exit and want to run the program again, you can do the following:

python3 show_open_food_trucks.py

You may be asked for prompts such as press n for next or q for exit.

About

I'm hungry, lemme at them food trucks!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%