Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

test:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v6

Expand All @@ -60,6 +62,7 @@ jobs:
- name: Report coverage
uses: codecov/codecov-action@v5
with:
use_oidc: true
fail_ci_if_error: true
files: ./coverage/coverage-final.json

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![example workflow](https://github.com/neaps/neaps/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/neaps/neaps/branch/main/graph/badge.svg?token=KEJK5NQR5H)](https://codecov.io/gh/neaps/neaps)
![example workflow](https://github.com/openwatersio/neaps/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/openwatersio/neaps/branch/main/graph/badge.svg?token=KEJK5NQR5H)](https://codecov.io/gh/openwatersio/neaps)

# Neaps

Expand Down Expand Up @@ -119,7 +119,7 @@ console.log(prediction);

### Finding stations

Neaps uses [@neaps/tide-database](https://github.com/neaps/tide-database) to find station data. You can find stations by location or ID.
Neaps uses [@neaps/tide-database](https://github.com/openwatersio/tide-database) to find station data. You can find stations by location or ID.

#### Nearest Station

Expand Down
8 changes: 4 additions & 4 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

### Minor Changes

- [#199](https://github.com/neaps/neaps/pull/199) [`8f2aee6`](https://github.com/neaps/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - /tides/stations without coordinates will now return all stations
- [#199](https://github.com/openwatersio/neaps/pull/199) [`8f2aee6`](https://github.com/openwatersio/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - /tides/stations without coordinates will now return all stations

- [`29a4cb0`](https://github.com/neaps/neaps/commit/29a4cb01fd31aefe7d42f1b0f24fea9bc6d6d0d4) Thanks [@bkeepers](https://github.com/bkeepers)! - Added `query` parameter to /tides/stations endpoint to search stations
- [`29a4cb0`](https://github.com/openwatersio/neaps/commit/29a4cb01fd31aefe7d42f1b0f24fea9bc6d6d0d4) Thanks [@bkeepers](https://github.com/bkeepers)! - Added `query` parameter to /tides/stations endpoint to search stations

- [#199](https://github.com/neaps/neaps/pull/199) [`8f2aee6`](https://github.com/neaps/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - Added caching, compression, and CORS
- [#199](https://github.com/openwatersio/neaps/pull/199) [`8f2aee6`](https://github.com/openwatersio/neaps/commit/8f2aee600947e7b7c09466d310d03c5b9491b516) Thanks [@bkeepers](https://github.com/bkeepers)! - Added caching, compression, and CORS

### Patch Changes

- Updated dependencies [[`c885cce`](https://github.com/neaps/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e)]:
- Updated dependencies [[`c885cce`](https://github.com/openwatersio/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e)]:
- neaps@0.3.1
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @neaps/api

HTTP JSON API for tide predictions using [neaps](https://github.com/neaps/neaps).
HTTP JSON API for tide predictions using [neaps](https://github.com/openwatersio/neaps).

## Installation

Expand Down
3 changes: 2 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "HTTP JSON API for tide predictions",
"repository": {
"type": "git",
"url": "git+https://github.com/neaps/neaps.git",
"url": "git+https://github.com/openwatersio/neaps.git",
"directory": "packages/api"
},
"homepage": "https://openwaters.io/api",
"author": "Brandon Keepers <brandon@openwaters.io>",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/neaps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- [`c885cce`](https://github.com/neaps/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e) Thanks [@bkeepers](https://github.com/bkeepers)! - Bump @neaps/tide-database to 0.4 for search support
- [`c885cce`](https://github.com/openwatersio/neaps/commit/c885cceb9f1632bc2bdb087fccde3f43928c2c5e) Thanks [@bkeepers](https://github.com/bkeepers)! - Bump @neaps/tide-database to 0.4 for search support

## 0.3.0

Expand Down
6 changes: 3 additions & 3 deletions packages/neaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"tides",
"harmonics"
],
"homepage": "https://github.com/neaps/neaps#readme",
"homepage": "https://openwaters.io/tides/neaps",
"bugs": {
"url": "https://github.com/neaps/neaps/issues"
"url": "https://github.com/openwatersio/neaps/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neaps/neaps.git",
"url": "git+https://github.com/openwatersio/neaps.git",
"directory": "packages/neaps"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tide-predictor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install @neaps/tide-predictor

# Usage

`@neaps/tide-predictor` requires that you [provide your own tidal harmonics information](#constituent-object) to generate a prediction. For a complete tide prediction solution, including finding nearby stations and their harmonics, check out the [`neaps` package](https://github.com/neaps/neaps).
`@neaps/tide-predictor` requires that you [provide your own tidal harmonics information](#constituent-object) to generate a prediction. For a complete tide prediction solution, including finding nearby stations and their harmonics, check out the [`neaps` package](https://github.com/openwatersio/neaps).

```typescript
import TidePredictor from "@neaps/tide-predictor";
Expand Down
2 changes: 1 addition & 1 deletion packages/tide-predictor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Tide predictor",
"repository": {
"type": "git",
"url": "git+https://github.com/neaps/neaps.git",
"url": "git+https://github.com/openwatersio/neaps.git",
"directory": "packages/tide-predictor"
},
"author": "Kevin Miller <keveemiller@gmail.com>",
Expand Down
Loading