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

https://github.com/streamr-dev/network-explorer-mock-api

Mock api for the Network Explorer to aid development
https://github.com/streamr-dev/network-explorer-mock-api

Last synced: 5 months ago
JSON representation

Mock api for the Network Explorer to aid development

Awesome Lists containing this project

README

          

# network-explorer-mock-api

## running
```
npm install
npm start
```
By default the app starts in port `3001`

## endpoints

```
/node-connections
/topology/:streamId
/streams
/streams/:id
/streams/:id/validation
```