An open API service indexing awesome lists of open source software.

https://github.com/colinkautz/taco-shell

a taco bell experience for the terminal
https://github.com/colinkautz/taco-shell

cli deno taco-bell taco-shell text-parsing

Last synced: 2 months ago
JSON representation

a taco bell experience for the terminal

Awesome Lists containing this project

README

          

## 🌮 taco-shell 🌮

A drive-thru Taco Bell simulator ran in your terminal, expanding on what I
learned from the [burrito index program](https://github.com/colinkautz/burrito-index) I wrote.

### Requirements
- Go 1.21+
- A love for Taco Bell

### Instructions
1. Clone this repo
2. Run `go build`
3. Run `./taco-shell` (or `taco-shell.exe` on Windows)
4. Follow the prompts (enter a zip, select a store, type in your order)
5. The text parser will attempt to parse your order and print out a receipt

---
If you have suggestions to make this better or run into any problems, feel free to [leave an issue](https://github.com/colinkautz/taco-shell/issues).