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.
- Host: GitHub
- URL: https://github.com/jrschmidtt/csv-to-html
- Owner: JrSchmidtt
- Created: 2022-05-28T05:23:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T05:53:40.000Z (about 4 years ago)
- Last Synced: 2025-02-22T12:42:11.785Z (over 1 year ago)
- Topics: body-parser, csv, data-analysis, javascript, nodejs, oop
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.