Skip to content

Personal Score Partner API

Notifications You must be signed in to change notification settings

zonkyio/zscore-partner-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Score Partner API

Repository for Personal Score Partner API documentation.

Local Development

You can build and export the documentation locally outside Apiary with a few simple steps. All you need is working Node.js environment on your machine.

  1. Clone this repository
git clone [email protected]:zonkyio/zscore-partner-api.git
cd zscore-partner-api
  1. Install project dependencies
npm install
  1. Run development server
npm run dev

Server will start on http://localhost:3000 and will listen for changes in apiary.apib file.

  1. Export documentation
npm run build

Local build with docker

  1. Pull image
docker pull apiaryio/client
  1. Export documentation
docker run -v $(pwd):/tmp apiaryio/client preview --output=/tmp/result.html --path=/tmp/apiary.apib

The documentation will be exported to a single result.html file.

Further Reading / Useful Links

About

Personal Score Partner API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published