Skip to content

themihel/APIWeasel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APIWeasel

Build status Dev-Dep Greenkeeper badge

Simple API-Documentation system | Demo

Screenshot

Easy way to display your API-Routes. Just format them in a simple JSON-File and make it accessible via APIWeasel.

Features

  • Responsive design
  • Searchable API-Routes
  • Print styles
  • Offline mode
  • Install to homescreen support
  • Service Worker
  • Easy to customize

Installation

  1. Download repo
  2. Install dependencies
  3. Add API-Information
  4. Serve or upload application
  5. Offline support

1. Download repo

Via 'git clone' or 'download .zip'.

2. Install dependencies

Run the following commands

npm install
bower install

3. Add API-Information

Change the example api.json file with your specific information.

4. Serve or upload application

Local:

Run the following command to test this package on your local machine:

gulp serve

Deployment

For deploying this package first run:

gulp dist

and upload all files from the /dist directory to your server!

5. Offline support

HTTPS Connection is needed for offline support