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

readmeio/api-explorer

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🚨 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 support@readme.io

api-explorer

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

Build

This repo consists of the following npm modules:

Installation

git clone git@github.com: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