Skip to content

This webserver collects hourly data on trader sentiments from the myfxbook https://www.myfxbook.com/ and stores them in a mongodb

License

Notifications You must be signed in to change notification settings

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`