🛋️ Homepage
A
streamlit
app (usingrequests
) to query the CocktailDB API and return cocktail details.
You can immediately use the app here:
Otherwise:
- Open
app.py
in the editor/IDE of your choice.- Ensure that
streamlit
andrequests
are installed in your virtual environment usingpip
or any other module installer. - From your terminal (and in the same directory as
app.py
), run the commandstreamlit run app.py
- Once the Streamlit app is running in your browser, ensure the app reloads upon file changes (found in the upper-right corner 'hamburger' menu under Settings.
- Ensure that
- Select a cocktail ingredient from the first dropdown box in the sidebar.
- Next, select one of the cocktails from the second dropdown box in the sidebar and press the Submit button.
- The app's main window displays information about the selected cocktail split among various tabs.
Robert H. Carr, IV
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator