Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 332 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 332 Bytes

COSS.io

Very simple, not even close to fully finished COSS.io API Wrapper.

Installation

  • Clone repository
  • Install dependencies
$ npm install

or

$ yarn install
  • Build the API
$ npm run build

or

$ yarn build
  • Start the example app
$ npm run start

or

$ yarn start