AlexTasev / currency-exchange-notifier

A simple Node.js program that keeps track of exchange rate and send email notification if target price is reached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

A simple Node.js program that keeps track of exchange rate and send email notification if target price is reached. It's built using Express.js, Puppeteer and Nodemailer with special thanks to Chat GPT :)

Usage

Resolve Dependencies

When the project is cloned or downloaded, type in the terminal the following in root directory:

npm / yarn install

Add your data

Add your data (account credentials etc) to app-data-example.js and rename it to: app-data.js.

Run the program

To run the program use:

node app.js

You can also add Nodemon.

About

A simple Node.js program that keeps track of exchange rate and send email notification if target price is reached

License:MIT License


Languages

Language:JavaScript 92.4%Language:Handlebars 7.6%