You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker pull marciocorrea/web-scraping-github:latest
docker run -p ${PORT}:3000 marciocorrea/web-scraping-github
curl http://localhost:${PORT}/scrape/${REPOSITORY}
Running local
git clone https://github.com/marciocorreadev/web-scraping-github.git
cd web-scraping-github
npm run dev
curl http://localhost:3000/scrape/${REPOSITORY}