SmartGrid-ETHIndia / Smart-grid

Home Page:https://smart-ethindia.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVNotify

image

EVNotify is a revolutionary application designed to streamline communication between powerhouses and electric vehicle (EV) charging stations. By harnessing decentralized networks, EVNotify provides users with real-time updates on charging station status, maintenance schedules, and nearby optimal charging options. Our mission is to simplify EV charging for a greener future.

Visit our Website

image

Features

Integrated Map

  • Displays nearby charging stations with red, yellow, and green markers indicating high, medium, and low traffic respectively.

    image

Nearest Station

  • Guides users to the nearest charging station with high power availability and less traffic.

    image

Station Updates

  • Utilizes push protocol to keep users informed about closed EV stations, maintenance schedules, and updates on high-traffic charging stations.

  • Employs the power of Long-Short Term Memory models (LLMs) and machine learning models to predict the load of charging stations.

    image

Real-time Data Storage

Getting Started

To get started with EVNotify, follow these steps:

  1. Click on the website EVNotify

image

  1. Connect your wallet using Metamask, follow the on-screen instructions to connect your MetaMask wallet to EVNotify.

image

  1. Sign up for an account or log in if you already have one.
  2. Enable location services to access nearby charging stations.
  3. Explore the integrated map to find charging stations near you.
  4. Receive real-time updates on station status, maintenance schedules, and optimal charging options.

Install Locally on your system

To run EVNotify locally on your system, follow these steps:

  1. Clone the repository:

    git clone https://github.com/SmartGrid-ETHIndia/Smart-grid
    
  2. Install Dependencies: Use npm (Node Package Manager) to install the project dependencies. In your project directory, run:

    npm install
    
  3. Environment Configuration: If your project uses environment variables, make sure to set them up. Typically, you would create a .env file in your project directory and define your environment variables there.

  4. Start the Application: Once the dependencies are installed, you can start your Next.js application. If your package.json file has a start script defined, you can simply run:

    npm run dev
    
  5. Access the Application: Once the development server is running, open your web browser and navigate to http://localhost:3000 to view your Next.js application.

License

MIT License

Feedback

We are constantly working to improve EVNotify and contributions are highly appriciated.

Let's drive towards a sustainable future together!

🔋⚡️🌱 #EVNotify #GreenTech #ElectricVehicles

About

https://smart-ethindia.vercel.app/

License:MIT License


Languages

Language:JavaScript 99.0%Language:TypeScript 1.0%Language:CSS 0.0%