A command line program that prints out a list of food trucks that are open at the current date, when the program is being run. If you run the program at noon on a Friday, you should see a list of all the food trucks that are open then.
Data from San Francisco government’s public data source of food trucks.
- Name and address of each truck open
- Sorted alphabetically by name
- Filtered in Pages of 10 trucks, then waits for input from the user before displaying the page until there are no more food trucks to display.
- Node
- npm
$ npm install
$ foodtruck show-open
$ foodtruck o