https://github.com/codingerik/product_csv_maker
This is a small application that shows you how to make a dynamic csv generator based on a JSON List
https://github.com/codingerik/product_csv_maker
Last synced: about 1 year ago
JSON representation
This is a small application that shows you how to make a dynamic csv generator based on a JSON List
- Host: GitHub
- URL: https://github.com/codingerik/product_csv_maker
- Owner: CodingErik
- License: mit
- Created: 2020-10-29T18:17:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T22:22:48.000Z (over 5 years ago)
- Last Synced: 2023-03-08T15:14:45.923Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product_CSV_Maker
[](https://opensource.org/licenses/MIT)


## Description
This project shows you how you can take product data from a csv and convert to JSON and back
## Table of Contents
If your README is very long, add a table of contents to make it easy for users to find what they need.
* [Installation](#installation)
* [Usage](#usage)
* [Credits](#credits)
* [License](#license)
* [Contributing](#contributing)
* [Tests](#tests)
## Installation
git clone the project and type npm i to install all of the dependencies
## Usage
Use this program to write a csv file via the use of JSON
Include screenshots as needed.
## Credits
* Erik De Luna, Developer: Email: [dluna5629@icloud.com](emailTo:dluna5629@icloud.com), Github Username: CodingErik Github Link: https://github.com/CodingErik
## Licensed 🏆
MIT License
## Contributing
if you would like to expand on this lesson and help provide value for the community submit a pull request so I can review it!
[Contributor Covenant](https://www.contributor-covenant.org/)
## Tests
no current test have been runned for this code. If you would like to submit a pull request feel free to do so!