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
- Host: GitHub
- URL: https://github.com/awesome-algorand/ecosystem-map
- Owner: awesome-algorand
- Created: 2023-12-21T19:23:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T18:21:14.000Z (over 1 year ago)
- Last Synced: 2025-12-01T06:50:35.919Z (6 months ago)
- Topics: algorand, geojson, nfd, turfjs
- Language: Astro
- Homepage: https://nfd-map.pages.dev
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```