Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.39 KB

SETUP.md

File metadata and controls

40 lines (28 loc) · 1.39 KB

LunaAI - Setup Guide

Firebase Setup

  1. Create a Firebase Project

    • Visit Firebase Console
    • Click on "Add project"
    • Name your project and follow the on-screen instructions
  2. Retrieve API Keys

    • In the Firebase dashboard, click on the gear icon and select "Project settings"
    • Under the "General" tab, scroll down to "Your apps" and click on your desired app (or add one if not present)
    • Here, you'll find your Firebase SDK configuration with all the necessary keys such as apiKey, authDomain, etc
  3. Set Up Realtime Database

    • In the left menu of the Firebase Console, click on "Realtime Database"
    • Choose "Create database" and follow the on-screen instructions

OpenWeatherMap API Key

  1. Register on OpenWeatherMap

  2. Retrieve API Key

    • Once logged in, navigate to your API keys section
    • Here, you can view your API key or generate a new one

Installation and Launch

  1. Install Python

    • If Python isn't installed yet, run the Python installer
  2. Run Installation Script

    • Click on the install.bat file to install all necessary packages
  3. Run Start Script

    • Click on the start.bat file to launch the project

Good luck with LunaAI!