Skip to content

Commit 61b7262

Browse files
committed
Add fleshing out index.md content
1 parent eaeaea6 commit 61b7262

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# k-location
1+
# KLocation
22

3-
A Kotlin multi-platform location tracker with support for providing your own location provider
4-
with support for compose multi-platform.
3+
Checkout the [documentation](https://addhen.github.io/klocation/) for more information.
54

65
## License
76

87
```
9-
Copyright 2024, Addhen Ltd and the k-location project contributors
8+
Copyright 2024, Addhen Ltd and the KLocation project contributors
109
1110
Licensed under the Apache License, Version 2.0 (the "License");
1211
you may not use this file except in compliance with the License.

docs/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
KLocation is a Kotlin Multiplatform library for retrieving device location data, offering seamless
2+
integration with Compose Multiplatform projects.
3+
4+
<!--![type:video](./media/android.mp4) -->
5+
6+
Supports the following platforms:
7+
8+
| Platform | Supported |
9+
|---------------|------------------|
10+
| Android ||
11+
| iOS ||
12+
13+
## License
14+
15+
```
16+
Copyright 2024 Chris Banes
17+
18+
Licensed under the Apache License, Version 2.0 (the "License");
19+
you may not use this file except in compliance with the License.
20+
You may obtain a copy of the License at
21+
22+
https://www.apache.org/licenses/LICENSE-2.0
23+
24+
Unless required by applicable law or agreed to in writing, software
25+
distributed under the License is distributed on an "AS IS" BASIS,
26+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
29+
```

0 commit comments

Comments
 (0)