Afroprogrammer / awesomeProjectWithGo

a simple web based appliation with go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Go News webapp

A simple go webapp the uses the news api to get news on the web... created by Franklin Oduro to learn the basics of creating a go webapp

Acknowledgements

API Reference

Get news from a specific search query

  GET /api/search?q=Ghana
Parameter Type Description
api_key string Required. Your API key


## Installation

You need to have Go installed on your computer.

```bash
git clone https://github.com/Afroprogrammer/awesomeProjectWithGo.git  
cd into the project directory
run go build && ./awesomeProject
go to http://localhost:3000/
type in a query in the search bar and see the results 

Tech Stack

Client: GO, html

Server: Go

About

a simple web based appliation with go


Languages

Language:Go 42.3%Language:CSS 29.0%Language:HTML 28.7%