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
Dependency | Version |
---|---|
Go | 1.15 |
Tailwind | 2.0 |
NewsAPI | 2.0 |