Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Latest commit

 

History

History

prices

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Prices

Simple Electron application that shows the current price of oil, gold, and silver using the STOOQ API.

screenshot

Getting started

  • Install Node LTS
  • Clone this repository
  • cd prices
  • npm install to install the application's dependencies
  • npm start to start the application

Going further

Here are some ideas on how it can be improved using other Electron APIs.

  • Double-click commodity to open directly on https://stooq.com
  • Refresh automatically on an interval.
  • Add the price of platinum (PL=F) to the app.
  • Export prices to a .csv file.
  • Show percentage change in price.
  • Show notifications when prices go above/below certain amounts.