Skip to content

Joshuajee/myforexbook

Repository files navigation

myforexbook

This webserver collects hourly data on trader sentiments from the myfxbook and stores them in a mongodb

config

Create a config.env file and insert the following codes into it.

DATABASE = mongodb-uri
DATABASE_PASSWORD = mongodb-password
EMAIL = myfxbook email
PASSWORD = myfxbook password

npm install

To install all the app dependency

npm start

Runs the app on `localhost:8081`