Skip to content

sakhimpungose/json-to-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to HTML Converter

Easily convert valid JSON into HTML using this script.


Installation

  1. Install the required dependencies:

    npm install
  2. Set up your environment:

    • In the root directory, create a new .env file.
    • Copy the contents of .env.example into your .env file.
    • Configure the following environment variables:
      • SOURCE_FILE: Path to your input JSON file.
      • OUTPUT_FILE: Path to save the generated HTML file.

Usage

To start the conversion process, run:

npm run start

Your HTML file will be generated based on the JSON data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published