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

https://github.com/awesome-algorand/ecosystem-map

🗺️ Algorand Ecosystem Map with GeoJSON
https://github.com/awesome-algorand/ecosystem-map

List: ecosystem-map

algorand geojson nfd turfjs

Last synced: 4 months ago
JSON representation

🗺️ Algorand Ecosystem Map with GeoJSON

Awesome Lists containing this project

README

          

# Awesome Algorand Map

Ecosystem overview, primarily from [nf.domains](https://app.nf.domains/).
This service geocodes `address` metadata from all applications and converts them to a `GeoJSON` format

## Getting Started

Clone this repository

```bash
git clone
```

Install depedencies

```bash
npm install --force
```

Download or build the [geojson](src/db/geo.json) file

```bash
npx tsx update-cache.ts
```

Run the application

```bash
npm run dev
```