Skip to content

Commit deb0554

Browse files
committed
Install from npm
1 parent 87ae38d commit deb0554

File tree

321 files changed

+1349
-89719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+1349
-89719
lines changed

.github/workflows/actions.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Deploy
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/setup-node@v6
11+
with:
12+
node-version: 'lts/*'
13+
- uses: actions/checkout@v4
14+
- run: npm ci
15+
- run: cp -r node_modules/@openeo/vue-components/assets ./
16+
- uses: peaceiris/actions-gh-pages@v4
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
publish_dir: ./
20+
user_name: 'moreGeo CI'
21+
user_email: ci@moregeo.it

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/node_modules/
2+
/assets/

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# STAC Web Component
2+
3+
A simple viewer for static STAC catalogs.
4+
5+
## Development
6+
7+
1. `npm ci`
8+
2. `cp -r node_modules/@openeo/vue-components/assets ./`
9+
3. Open [index.html](./index.html) and start editing it
10+
11+
## Usage
12+
13+
Append the STAC URL you want to load to `https://moregeo-it.github.io/stac-web-component/#`,
14+
so for example: <https://moregeo-it.github.io/stac-web-component/#https://www.planet.com/data/stac/catalog.json>

assets/openeo.1050.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/openeo.1050.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/openeo.1166.js

Lines changed: 0 additions & 149 deletions
This file was deleted.

assets/openeo.1166.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)