skikrumb-api 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<div style="display: flex; align-items: center;" class="flex">
|
|
2
|
+
<img style="margin-right: 10px" alt="skiKrumb Logo" src="https://happy-meadow-06c70b810-uat.centralus.2.azurestaticapps.net/assets/skikrumb-circle-logo.55442ea5.svg" width="48"/>
|
|
3
|
+
<h1 style="margin: 0; font-size: 30px; line-height: 48px; text-shadow: 1px 1px 2px #111111">skiKrumb</h1>
|
|
4
|
+
</div>
|
|
5
|
+
|
|
6
|
+
#### skiKrumb Tracker Software - © skiKrumb Trackers Inc.
|
|
7
|
+
## Install skiKrumb API
|
|
8
|
+
```bash
|
|
9
|
+
$ yarn add skikrumb-api
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
## API Documentation
|
|
13
|
+
#### [Swagger Documentation](https://api.skikrumb.ca/documentation/static/index.html)
|
|
14
|
+
|
|
15
|
+
> Further Documentation to follow
|
|
16
|
+
|
|
17
|
+
> © skiKrumb
|
|
18
|
+
> `2023`
|
|
19
|
+
|
|
20
|
+
|