A simple node.js script to import select acs 5yr tables into sql server
For development, you will only need Node.js and a node global package, NPM, installed in your environment.
-
Just go on official Node.js website and download the installer. Also, be sure to have
git
available in your PATH,npm
might need it (You can find git here).
If you need to update npm
, run the following command.
$ npm install npm -g
$ git clone https://github.com/AZMAG/acs-importer
$ cd
$ npm install
$ node main.js