Simple API-Documentation system | Demo
Easy way to display your API-Routes. Just format them in a simple JSON-File and make it accessible via APIWeasel.
- Responsive design
- Searchable API-Routes
- Print styles
- Offline mode
- Install to homescreen support
- Service Worker
- Easy to customize
- Download repo
- Install dependencies
- Add API-Information
- Serve or upload application
- Offline support
Via 'git clone' or 'download .zip'.
Run the following commands
npm install
bower install
Change the example api.json file with your specific information.
Run the following command to test this package on your local machine:
gulp serve
For deploying this package first run:
gulp dist
and upload all files from the /dist directory to your server!
HTTPS Connection is needed for offline support