JSPM

  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q60261F
  • License CC-BY-NC-SA-4.0

Forex news downloader for MQL EAs

Package Exports

  • forex-news-downloader

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (forex-news-downloader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Forex news downloader

Forex news downloader

Description

This is a tool to download Forex news from ForexFactory calendar. Based on nwjs-bootstrap2.

Requirements to build

  1. git
  2. node.js
  3. Yarn

Developer info

Kick start developer environment:
git checkout git+ssh://git@bitbucket.org/masterjguscius/forex-news-downloader.git
yarn install
yarn start
Version bump, git & publish:
yarn run bump
yarn run bump:patch
yarn run bump:minor
yarn run bump:major
Building & packaging
yarn run build:icons
yarn run build:all
yarn run build:win32
yarn run build:win64
yarn run build:linux32
yarn run build:linux64
yarn run build:mac64

This will build & package your app for these systems: win32, win64, linux32, linux64, macos64. You will find your builds in ./build directory.