The Wayback Machine - https://web.archive.org/web/20201211230458/https://github.com/src-mgra/node-sqlite-chart
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

node-sqlite-chart - HowTo

Example for

  • reading data from file
  • add data to sqlite-database
  • show data in a chart

cmd + url

node addData2sqlite.js node importFile event.txt cmd: node showChart.js URL: http://localhost:3005

needed packages

"chart.js": "^2.7.2",

"express": "^4.16.3",

"sqlite3": "^4.0.2"

You can’t perform that action at this time.