You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-44Lines changed: 4 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,6 @@ A tide prediction engine written in TypeScript.
9
9
>
10
10
> Do not use calculations from this project for navigation, or depend on them in any situation where inaccuracies could result in harm to a person or property. Tide predictions are only as good as the harmonics data available, and these can be inconsistent and vary widely based on the accuracy of the source data and local conditions. The tide predictions do not factor events such as storm surge, wind waves, uplift, tsunamis, or sadly, climate change. 😢
11
11
12
-
## Installation
13
-
14
-
```sh
15
-
npm install neaps
16
-
```
17
-
18
-
For the HTTP API:
19
-
20
-
```sh
21
-
npm install @neaps/api express
22
-
```
23
-
24
12
## Packages
25
13
26
14
This monorepo contains:
@@ -29,41 +17,13 @@ This monorepo contains:
29
17
-**[@neaps/api](packages/api)** - HTTP JSON API for tide predictions with OpenAPI specification
0 commit comments