Skip to content
xiaoxing edited this page Nov 13, 2015 · 1 revision

Restful Repauto

Repauto consists of two parts, the UI, and the Restful API. The UI layer, which is written in Javascript, retrive all the data from Restful API, and visualize it. Which means anyone can utilize the API for their own app. Check the doc for details. (open localhost:3000/api/doc)

Use Cases

  • Instead of Sync Data, feed data to Repauto through API calls.
  • You hate the UI, write you own and utilize the API.

Clone this wiki locally