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

https://github.com/solarnetwork/web-api-explorer

Developer tool for exploring the SolarNetwork web API.
https://github.com/solarnetwork/web-api-explorer

solarnetwork webapp

Last synced: 8 months ago
JSON representation

Developer tool for exploring the SolarNetwork web API.

Awesome Lists containing this project

README

          

# SolarNetwork Web API Explorer

This project contains a webapp that helps you explore the SolarNetwork web API. A live version of this is available here: https://go.solarnetwork.net/dev/api/

![screenshot](docs/solarnetwork-web-api-explorer.png)

# Use

Fill in a valid SolarNetwork security token and secret, then start exploring! The API documentation is availalbe here:https://github.com/SolarNetwork/solarnetwork/wiki/SolarQuery-API

# Building from source

To build yourself, clone or download this repository. You need to have
Node 18.18+ installed. Then:

```sh
# initialize dependencies
npm ci

# run development live server on http://localhost:8080
npm run dev

# build for production
npm run build
```

Running the `build` script will generate the application into the `dist/` directory.

[npm]: https://www.npmjs.com/