Skip to content

A Deno-based backend service that provides fire points data for the FireLens Next.js application.

Notifications You must be signed in to change notification settings

LeonardoSya/firelens-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 Firelens-Deno
A Deno-based backend service that provides fire points data for the FireLens Next.js application. This service automatically downloads, processes and stores global fire points data from NASA, enriched with NDVI (Normalized Difference Vegetation Index) information.

🚀 Getting Started

My Skills

  • Deno >=1.x
# install deno
curl -fsSL https://deno.land/install.sh | sh  # macos
irm https://deno.land/install.ps1 | iex  # windows
deno --version

git clone https://github.com/LeonardoSya/firelens-deno
cd firelens-deno
deno task start
  • 👋 Download ndvi2407.tif and make sure to put ndvi2407.tif in data/.
  • 🧷 Create a .env file in the root directory with the following variables:
POSTGRES_USER=your_user
POSTGRES_PASSWORD=your_password
POSTGRES_DATABASE=your_database
POSTGRES_HOST=your_host

🛠️ Technology Stack

My Skills

Frontend

Backend Options

  1. Deno
  2. NestJS

Database

  • Vercel Postgres

About

A Deno-based backend service that provides fire points data for the FireLens Next.js application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published