/Pils

Primary LanguageCSS

Build Status Coverage Status

Pils

A simple crawler to get some usable data of biernet.nl

Getting Started

These instructions will get you a copy of the project up and running.

Prerequisites

What things you need to install the software and how to install them

git
node

Installing Git – the easy way

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

– The Git website

Choose one of the following options.

Installing Node in 5 minutes: The Final Guide.

If you have shitty internet, it may take a little longer.

Installing

A step by step series of examples that tell you how to get a copy running.

Clone the repo

git clone https://github.com/NvdLaan/Pils.git

Go to the directory

cd Pils

Install project

npm install

Execute the script

node getData.js

result:

{"data":[{"winkel":"Agrimarkt","merk":"Brand","prijsOud":"€16,29","prijsNieuw":"€9,99","hoeveelheid":"Krat 24x0,30","geldigheid":"Geldig t/m dinsdag 18 september"},.....

Authors

  • Nino Van der Laan - Initial work - NvdLaan
  • Oscar Wieman - Initial work - Oscrx

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Roadmap

Acknowledgments