This project is using data 2020 Wine Spectator Top 100 Wines from https://www.wine-searcher.com/. The Wine-Searcher is a free database and search engine for for wine, beer, or spirit around the world.
- Go version 1.17
- clone repository:
https://github.com/zmois/topWines.git
- run the program:
go run main.go
- open the browser and go to http://localhost:8080
- On the main page use the Search function to type the kind of wine you are looking for and then click Enter or press Submit.
- The result of your search request will be printed out on the screen.
NOTE Unfortunately, only a successful result will be printed out, in case when nothing is found, a blank page is displayed. I am working on a solution to this problem.
This project fulfills the following requirements:
- Create a dictionary or list, populate it with several values, retrieve at least one value, and use it in your program,
- Read data from an external file, such as text, JSON, CSV, etc and use that data in your application,
- Create and call at least 3 functions, at least one of which must return a value that is used,
- Calculate and display data based on an external factor,
- Visualize data in a graph, chart, or other visual representation of data.
- More than 5 commits to GitHub.