A news app that interfaces with the News API to fetch news articles based on search queries.
You must have Go installed on your computer before you can clone and clone run this program. The version used in this project is 1.16.3.
Clone or download this repository to your filesystem using the following code:
- Create a new folder and enter: git clone https://github.com/Toyin96/go_news_app.git
- Next, cd into the project directory and enter go run main.go to fire the program.