https://github.com/fasilofficial/format-fusion
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.
https://github.com/fasilofficial/format-fusion
converter json xml yaml
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/fasilofficial/format-fusion
- Owner: fasilofficial
- License: mit
- Created: 2025-03-03T16:20:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T16:39:44.000Z (over 1 year ago)
- Last Synced: 2025-03-03T17:29:34.551Z (over 1 year ago)
- Topics: converter, json, xml, yaml
- Language: HTML
- Homepage: https://format-fusion.onrender.com
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/fasilofficial/format-fusion.git
cd format-fusion
```
2. Install dependencies:
```bash
npm install
```
## Usage
Start the server:
```bash
npm start
```
Access at [http://localhost:3000](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