An open API service indexing awesome lists of open source software.

https://github.com/sieugene/api-console

sensday-api-console
https://github.com/sieugene/api-console

Last synced: 11 months ago
JSON representation

sensday-api-console

Awesome Lists containing this project

README

          

# Sensday-api-console

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

Console for requests to the sunsay api with saving your requests and the status of the result, the ability to format JSON.
## Examples request

In order to interact with the console, you must register on sensday, then log in. Below are some examples of requests.

```sh
{ action: 'pong' }
{ action: 'action.name', param: 'value'}
```

## Development
```sh
yarn run dev
```
#### Build

```sh
yarn build
yarn start
```
![Preview console](https://github.com/sieugene/api-console/blob/master/public/gh/1.jpg?raw=true)
![Preview console](https://github.com/sieugene/api-console/blob/master/public/gh/2.jpg?raw=true)
![Preview console](https://github.com/sieugene/api-console/blob/master/public/gh/3.jpg?raw=true)