mauricioromagnollo / currency-bot-conversor

A simple robot to convert currencies using Node JS and Puppeteer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Bot Conversor

LICENSE ISSUES FORKS STARS

A simple bot to convert currencies using Node JS and Puppeteer.

About the Project

This is a simple script that uses Google search to convert currencies. A simulation of searching google through the browser, however, using the terminal.

The parameters passed through the terminal are sent to the browser query string and the result is fetched through the input selector css.

The aim of the project is to study how puppertee works and start developing scripts for automation using web scrapping.

Preview

Getting Started

install the repository dependencies:

npm install

Start script:

npm run start

Testing:

npm run test

Techs

License

MIT © Maurício Romagnoli.

About

A simple robot to convert currencies using Node JS and Puppeteer.

License:MIT License


Languages

Language:JavaScript 100.0%