Example for
- reading data from file
- add data to sqlite-database
- show data in a chart
node addData2sqlite.js node importFile event.txt cmd: node showChart.js URL: http://localhost:3005
"chart.js": "^2.7.2",
"express": "^4.16.3",
"sqlite3": "^4.0.2"
read and add data to sqlite-db with node, show a chart
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Example for
node addData2sqlite.js node importFile event.txt cmd: node showChart.js URL: http://localhost:3005
"chart.js": "^2.7.2",
"express": "^4.16.3",
"sqlite3": "^4.0.2"
read and add data to sqlite-db with node, show a chart