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.
- Host: GitHub
- URL: https://github.com/solarnetwork/web-api-explorer
- Owner: SolarNetwork
- License: apache-2.0
- Created: 2019-01-24T00:19:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T18:51:04.000Z (9 months ago)
- Last Synced: 2025-09-10T22:54:05.341Z (9 months ago)
- Topics: solarnetwork, webapp
- Language: TypeScript
- Homepage: https://go.solarnetwork.net/dev/api/
- Size: 1.28 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/

# 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/