An open API service indexing awesome lists of open source software.

https://github.com/jrschmidtt/csv-to-html

Convert csv file to html table in javascript.
https://github.com/jrschmidtt/csv-to-html

body-parser csv data-analysis javascript nodejs oop

Last synced: about 1 month ago
JSON representation

Convert csv file to html table in javascript.

Awesome Lists containing this project

README

          

## **CSV to HTML Table Converter**

* Code developed for academic purposes
* Applied concepts of class abstraction and object-oriented programming.

## Install and Run
1. Clone the repository : `git clone https://github.com/JrSchmidtt/csv-to-html.gi`
2. Install [node.js](https://nodejs.org/en/) to run
3. Install [Visual Studio Code](https://code.visualstudio.com/) to edit
4. Install [body-parser](https://www.npmjs.com/package/body-parser) to run
5. Open the powershell Terminal in Visual studio and run the command ``` npm install ``` in folder to install the dependencies
6. Run the command ```node app.js``` in the folder with the bot

## Contributing

1. [Fork the repository](https://github.com/JrSchmidtt/csv-to-html/fork)!
2. Clone your fork: `git clone https://github.com/JrSchmidtt/csv-to-html.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -am 'Add some feature'`
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request :D

## Author

**CSV to HTML Table Converter** © [JrSchmidt](https://github.com/JrSchmidtt).
Authored and maintained by Schmidt#9639.