dilawarm / news-aggregator

A fast news aggregator written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

news-aggregator

A fast news aggregator written in Go. This program aggregates news from Washington Post.

Requirements

  • Go. You can download it here

How to run

Open your terminal and run the following commands

git clone https://github.com/dilawarm/news-aggregator.git
cd news-aggregator
go run server.go

The news aggregator is now running on http://127.0.0.1:8000/agg/

About

A fast news aggregator written in Go

License:MIT License


Languages

Language:Go 66.5%Language:HTML 33.5%