Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 459 Bytes

File metadata and controls

24 lines (13 loc) · 459 Bytes

repomate

This is a simple node server with a small RESTful API that operates on GitHub. All the current endpoints deal with files in a repository.

To see a documentation for all endpoints check the docs

Installation

The usual npm install

Usage

To start the server run npm start

Tests

To run all tests run npm test

Docs

To generate the docs run npm run docs

To view the docs simply open docs/index.html in your browser.