Skip to content

kosgobakis/csv-to-json

 
 

Repository files navigation

./services start

Usage

curl -L -X POST 'localhost:3000/csv' \
-F 'file=@"/path/to/csv-file.csv"'
curl -L -X POST 'localhost:3000/excel' \
-F 'file=@"/path/to/excel-file.xlsx"'

Or use the associated Postman file over the sample data.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • Shell 15.2%
  • Dockerfile 1.5%