At Climate Compass, our mission is to deliver dependable support and relief to individuals facing the escalating threat of natural disasters. As these events become increasingly frequent and severe, we strive to equip users with vital resources that enhance safety and preparedness during critical moments. Climate Compass offers a comprehensive directory of government aid, programs, and nearby climate shelters, providing essential services to those affected by climate-related emergencies.
Climate Compass is a comprehensive web application designed with a sophisticated technology stack:
-
Frontend:
- Next.js
- Tailwind CSS
- HTML
-
Backend:
-
APIs:
- Kontur.io API - Collects real-time data on reported disasters worldwide.
- Google Maps API - Visually represents the impact of natural disasters.
-
AI Tools:
- LLAMA 3.1 from Groq - Provides up-to-date information on government aid and policies.
- Real-Time Data: Utilizes the Kontur.io API to gather and display real-time data on natural disasters globally.
- AI-Driven Insights: Incorporates the latest AI tools to offer timely and accurate information on government aid and policies.
- Interactive Maps: Integrates Google Maps API to provide a visual representation of disaster impacts, shelters, and aid resources.
- Comprehensive Directory: Offers a robust directory of government aid programs and nearby climate shelters.
To get a local copy up and running, follow these simple steps.
- Node.js
- Python
- Django
-
Clone the repo:
git clone https://github.com/yourusername/climate-compass.git
-
Install NPM packages:
cd climate-compass npm install
-
Install Django dependencies:
pip install -r requirements.txt
-
Run the development server:
npm run dev