An open API service indexing awesome lists of open source software.

https://github.com/gadomski/heystac-frontend

[WIP] A curated geospatial asset discovery experience™
https://github.com/gadomski/heystac-frontend

geospatial stac

Last synced: 4 months ago
JSON representation

[WIP] A curated geospatial asset discovery experience™

Awesome Lists containing this project

README

          

# heystac

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/gadomski/heystac-frontend/ci.yaml?style=for-the-badge)](https://github.com/gadomski/heystac-frontend/actions/workflows/ci.yaml)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/gadomski/heystac-frontend/pages.yaml?style=for-the-badge&label=pages)](https://github.com/gadomski/heystac-frontend/actions/workflows/pages.yaml)

> [!WARNING]
> is a Proof-of-Concept and not intended to be used as a Real Website™ (yet).

A curated geospatial asset discovery experience™.
**heystac** lives on [Github Pages](https://github.com/gadomski/heystac/deployments/github-pages) and has no other infrastructure.

![The heystac home page](./img/home.png)

## Developing

Get [yarn](https://yarnpkg.com/) and [uv](https://docs.astral.sh/uv/getting-started/installation/).
Then:

```shell
scripts/setup
```

To start the development server:

```shell
scripts/start
```

To run all tests:

```shell
scripts/test
```

To run all linters and format checkers:

```shell
scripts/lint
```

## License

MIT