Skip to content

NRC = dutch news website. A simple NRC Scraper API written in GO with Colly (scraping framework) and Gin (web framework). This API can be used for building NRC-news web or mobile app (https://github.com/ciCciC/nrcnewsapp)

Notifications You must be signed in to change notification settings

ciCciC/nrcnewsapi

Repository files navigation

nrcnewsapi

For experimental purpose


drawing

Description

NRC = dutch news website

A simple NRC Scraper API written in GO with Colly (scraping framework) and Gin (web framework).

This API can be used for building NRC-news mobile and web app.

How-to

[Build a docker image]

docker build -f Dockerfile -t nrcnewsapi .

or

docker pull docker.pkg.github.com/ciccic/nrcnewsapi/nrcnewsapi:latest

[Run docker container]

docker run -i -t --memory=50m --memory-swap=50m --cpus=".5" --name nrcnewsapi -d -p 5011:5011 nrcnewsapi:latest

[Open webbrowser and run]

localhost:5011

Swagger

[Open webbrowser and run]

localhost:5011/swagger/index.html

About

NRC = dutch news website. A simple NRC Scraper API written in GO with Colly (scraping framework) and Gin (web framework). This API can be used for building NRC-news web or mobile app (https://github.com/ciCciC/nrcnewsapp)

Topics

Resources

Stars

Watchers

Forks