Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 340 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 340 Bytes

csv-go-map

Easy NodeJS server to:

  • upload a CSV file
  • import the CSV file to PostgreSQL
  • select the X and Y columns for points
  • see a final map with other columns loaded with AJAX

Prereqs

NodeJS, Python, PostgreSQL database connection

pip3 install csvkit
npm install
npm start

License

Open source, MIT license