Skip to content

jptmoore/presentation-typechecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A frontend web application for maniiifest deployed at maniiifest.onrender.com.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/presentation-typechecker.git
    cd presentation-typechecker
  2. Install the dependencies:

    npm install

Running the Application

To start the application, run the following command:

npm start

This will start the server and make the application accessible at http://localhost:10000.

Endpoints

  • Root Endpoint: Serves the HTML form for JSON input.

    GET /
  • Pretty Print Endpoint: Handles form submissions to validate and pretty-print JSON data.

    POST /pretty-print
  • Version Endpoint: Retrieves the current version of the maniiifest application from the package.json file.

    GET /version

License

This project is licensed under the MIT License. See the LICENSE file for details.