Skip to content

Commit 4d78719

Browse files
Update readme
1 parent ffc5bac commit 4d78719

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
This library provides a readable Svelte store to use a PWA's access to the [`Network Information API`](https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation), available on the navigator. It allows you to subscribe to network changes and read the provided values.
44

55
> Note:
6-
> 'Network Information API' is currently experimental and only supported in a very limited set of browsers.
6+
> 'Network Information API' is currently experimental and only supported in a limited set of browsers.
7+
8+
This package is part of a collection of PWA-related svelte-packages:
9+
10+
- [🖥️ Screen Wake Lock](https://www.npmjs.com/package/svelte-screen-wake-lock)
11+
- [🔋 Battery Status](https://www.npmjs.com/package/svelte-battery-status)
12+
- [📡 Network Information](https://www.npmjs.com/package/svelte-network-information)
713

814
## Install
915

@@ -52,3 +58,11 @@ rtt: {$rtt}
5258
## API
5359

5460
See [types](https://github.com/flaming-codes/svelte-network-information/blob/main/pkg/src/lib/types.ts) for a detailed type definition.
61+
62+
## Svelte Development Help
63+
64+
- [MSW w/ SvelteKit for local development](https://flaming.codes/posts/msw-in-sveltekit-for-local-development)
65+
- [License generator for SvelteKit-projects](https://flaming.codes/posts/license-generator-for-dependencies-in-sveltekit)
66+
- [Lazy-loading modules in SvelteKit](https://flaming.codes/posts/lazy-loading-modules-in-svelte-to-import-components-on-demand)
67+
- [Custom $lib-folder in SvelteKit](https://cdn.sanity.io/images/udzdriea/production/3b194fc9edce1392fe39f9c141b3a81e84de398e-960x600.jpg?w=400&fm=webp)
68+
- [HMR for SvelteKit w/ Gitpod](https://flaming.codes/posts/setup-hmr-for-sveltekit-with-gitpod)

pkg/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
This library provides a readable Svelte store to use a PWA's access to the [`Network Information API`](https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation), available on the navigator. It allows you to subscribe to network changes and read the provided values.
44

55
> Note:
6-
> 'Network Information API' is currently experimental and only supported in a very limited set of browsers.
6+
> 'Network Information API' is currently experimental and only supported in a limited set of browsers.
7+
8+
This package is part of a collection of PWA-related svelte-packages:
9+
10+
- [🖥️ Screen Wake Lock](https://www.npmjs.com/package/svelte-screen-wake-lock)
11+
- [🔋 Battery Status](https://www.npmjs.com/package/svelte-battery-status)
12+
- [📡 Network Information](https://www.npmjs.com/package/svelte-network-information)
713

814
## Install
915

@@ -52,3 +58,11 @@ rtt: {$rtt}
5258
## API
5359

5460
See [types](https://github.com/flaming-codes/svelte-network-information/blob/main/pkg/src/lib/types.ts) for a detailed type definition.
61+
62+
## Svelte Development Help
63+
64+
- [MSW w/ SvelteKit for local development](https://flaming.codes/posts/msw-in-sveltekit-for-local-development)
65+
- [License generator for SvelteKit-projects](https://flaming.codes/posts/license-generator-for-dependencies-in-sveltekit)
66+
- [Lazy-loading modules in SvelteKit](https://flaming.codes/posts/lazy-loading-modules-in-svelte-to-import-components-on-demand)
67+
- [Custom $lib-folder in SvelteKit](https://cdn.sanity.io/images/udzdriea/production/3b194fc9edce1392fe39f9c141b3a81e84de398e-960x600.jpg?w=400&fm=webp)
68+
- [HMR for SvelteKit w/ Gitpod](https://flaming.codes/posts/setup-hmr-for-sveltekit-with-gitpod)

pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.2",
33
"name": "svelte-network-information",
44
"description": "A store implementation for Svelte to use the Network Information API in PWAs",
55
"svelte": "index.js",

0 commit comments

Comments
 (0)