Welcome to the skyweaver.js
API example for Web browsers.
Please first make sure you have a Skyweaver Developer API Key for your project.
You can request an API key at https://request-api-key.skyweaver.net
Best place to start: read the example source here :)
The skyweaver.js SDK provides type-safe access to the Skyweaver API. The best
reference is to read the Client API interface
to
learn the available methods.
Once you have an API key, next steps:
- cd skyweaver.js/examples/web-app
- yarn install
- update the example source to set
apiAccessToken
with your api key - yarn dev
- have fun :D
If you have any questions, please visit our discord at https://discord.gg/skyweaver and ask in our #talk-to-the-devs channel.
Wishing you all the best and welcome any feedback :)
-Horizon team