Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
/ api-explorer Public archive

Open source components that make up ReadMe's legacy API explorer

License

Notifications You must be signed in to change notification settings

readmeio/api-explorer

Repository files navigation

🚨 With the release of ReadMe's reference guide redesign this repository and codebase has been deprecated.

If you have issues with this legacy API Explorer or our current Reference guides, please email our support team at [email protected]

api-explorer

Open source components that make up ReadMe's API Explorer.

Build

This repo consists of the following npm modules:

Installation

git clone [email protected]:readmeio/api-explorer.git
cd api-explorer
npm ci

Running the tests

npm test

Usage

To spin up an example server:

npm start

Fetching the latest stylesheet from ReadMe

# Fetch the latest
curl https://docs.readme.com/css/bundle-hub2.css -o example/bundle-hub2.css