@squawk/flightplan 0.2.0 → 0.2.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,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
<h1><img src="../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle"> @squawk/flightplan</h1>
|
|
2
|
+
|
|
3
|
+
[](../../LICENSE.md) [](https://www.npmjs.com/package/@squawk/flightplan) 
|
|
2
4
|
|
|
3
5
|
Pure logic library for parsing flight plan route strings into structured,
|
|
4
6
|
coordinate-resolved route elements. Composes airport, navaid, fix, airway,
|
|
@@ -6,6 +8,8 @@ and procedure resolvers to classify and resolve each token in a route string.
|
|
|
6
8
|
Contains no bundled data - accepts resolver instances at initialization. For
|
|
7
9
|
zero-config use, pair with the companion data and resolver packages.
|
|
8
10
|
|
|
11
|
+
Part of the [@squawk](https://www.npmjs.com/org/squawk) aviation library suite. See all packages on npm.
|
|
12
|
+
|
|
9
13
|
## Usage
|
|
10
14
|
|
|
11
15
|
```typescript
|