Skip to content

Format Fusion: A lightweight Node.js API service for converting between JSON, XML, and YAML formats. Built with Express and featuring a clean MVC architecture and a modern TailwindCSS frontend.

License

Notifications You must be signed in to change notification settings

fasilofficial/format-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Format Fusion

A lightweight Node.js service for converting between JSON, XML, and YAML formats.

Features

  • JSON to XML conversion
  • XML to JSON conversion
  • JSON to YAML conversion
  • RESTful API with MVC architecture
  • Modern frontend with TailwindCSS

Installation

  1. Clone the repo:

    git clone https://github.com/fasilofficial/format-fusion.git
    cd format-fusion
  2. Install dependencies:

    npm install

Usage

Start the server:

npm start

Access at http://localhost:3000

API Endpoints

  • POST /api/convert/json-to-xml - Convert JSON to XML
  • POST /api/convert/xml-to-json - Convert XML to JSON
  • POST /api/convert/json-to-yaml - Convert JSON to YAML

Requirements

  • Node.js >= 18.0.0

License

MIT

About

Format Fusion: A lightweight Node.js API service for converting between JSON, XML, and YAML formats. Built with Express and featuring a clean MVC architecture and a modern TailwindCSS frontend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published