@squawk/fixes 0.1.0 → 0.1.1
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
<h1><img src="../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle"> @squawk/fixes</h1>
|
|
2
|
+
|
|
3
|
+
[](../../LICENSE.md) [](https://www.npmjs.com/package/@squawk/fixes) 
|
|
2
4
|
|
|
3
5
|
Pure logic library for querying US fix/waypoint data. Look up fixes by
|
|
4
6
|
identifier, geographic proximity, or identifier search. Contains no bundled
|
|
5
7
|
data - accepts an array of Fix records at initialization. For zero-config use,
|
|
6
8
|
pair with `@squawk/fix-data`.
|
|
7
9
|
|
|
10
|
+
Part of the [@squawk](https://www.npmjs.com/org/squawk) aviation library suite. See all packages on npm.
|
|
11
|
+
|
|
8
12
|
## Usage
|
|
9
13
|
|
|
10
14
|
```typescript
|