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
- Host: GitHub
- URL: https://github.com/sieugene/api-console
- Owner: sieugene
- Created: 2021-03-02T20:22:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T11:30:22.000Z (about 5 years ago)
- Last Synced: 2025-06-22T07:05:38.762Z (12 months ago)
- Language: TypeScript
- Homepage: https://sieugene-sensday-console.herokuapp.com/
- Size: 5.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sensday-api-console
[](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
```


