Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 556 Bytes

Integrating Till with Node.js

You can integrate Till with Node.js based scrapers.

1. Install Till

Follow the instructions to install Till

2. Run the example files

The get.js file shows an example of a GET request.

$ node get.js

The post.js file shows an example of a POST request.

$ node post.js

3. Verify that it works

Visit the Till UI at http://localhost:2980/requests to see that your new requests are shown.