Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasaricli/restivus-man
Makes API Development Simple.
https://github.com/yasaricli/restivus-man
api restivus restivus-ui ui
Last synced: about 1 month ago
JSON representation
Makes API Development Simple.
- Host: GitHub
- URL: https://github.com/yasaricli/restivus-man
- Owner: yasaricli
- Created: 2018-04-29T13:23:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T06:00:41.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T23:42:11.135Z (3 months ago)
- Topics: api, restivus, restivus-ui, ui
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Restivus Man
restivus-man streamlines the Development Process and Simplifies APIs.![Screenshot of Restivus Man](http://g.recordit.co/zxTS0PDQzQ.gif)
## Install
meteor install yasaricli:restivus-man## Client
``` javascript
import { RestivusManClient } from 'meteor/yasaricli:restivus-man';new RestivusManClient();
```## Server
``` javascript
import { RestivusManServer } from 'meteor/yasaricli:restivus-man';# Api --> Global API configuration Object
new RestivusManServer(Api, { });
```