gonewz icon indicating copy to clipboard operation
gonewz copied to clipboard

A lightweight pwa in Golang fetching and parsing data through a modified version of the NewsApi.

Gonewz

PRs Welcome MIT license Open Source Love svg2 size Website status

Home

home

Footer

footer

Search

search

Mobile View

Lighthouse Audit

Setup


git clone https://github.com/ahampriyanshu/gonewz.git && cd gonewz
echo PORT=3000$'\n'NEWS_API_KEY="secret_key" >> .env
go build && ./gonewz

  • Change "secret_key" with your news_api_key.

  • For deployment on heroku, click here

Dependencies

Dependency Version
Go 1.15
Tailwind 2.0
NewsAPI 2.0
  • Special thanks to Saurav for providing this wonderfull form of the newsapi.