Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsia-rezaei/gemini-ai-simulator
https://github.com/parsia-rezaei/gemini-ai-simulator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parsia-rezaei/gemini-ai-simulator
- Owner: Parsia-Rezaei
- Created: 2024-09-19T21:17:42.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T14:28:22.000Z (about 2 months ago)
- Last Synced: 2024-11-15T15:32:07.888Z (about 2 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemini Clone 🌐
A **pure JavaScript** implementation of the [Gemini Protocol](https://gemini.circumlunar.space/), a minimalist, lightweight, and privacy-focused alternative to HTTP. This project showcases how to build a simple Gemini client/server environment using only vanilla JavaScript.
---
## Explaination
This project is great for improving your knowedge about Fetching API and workig with the apis in a hard way ! the only thing you have to do is to get your personal API KEY from gemini then use it in project
remember never publish your api key , just place the api key and then run the project IT IS REDAY !## 👁️ Live Demo
https://parsia-rezaei.github.io/gemini-ai-simulator/## 🚀 Features
- **Gemini Protocol Support**: Fully compliant with Gemini protocol specifications.
- **Lightweight & Fast**: Built with pure JavaScript, no external dependencies.
- **Cross-Platform Compatibility**: Works in modern browsers and Node.js environments.
- **Educational Purpose**: Ideal for learning about Gemini and exploring minimal web protocols.---
## 🛠 Installation
1. Clone this repository:
```bash
git clone https://github.com/yourusername/gemini-clone.git
cd gemini-clone
```## 🤝 Contributing
Contributions are welcome! If you’d like to add features or fix bugs, please:Fork the repository.
Create a new branch for your changes.
Submit a pull request with a clear description of your changes.The last thing is try to make a better and more optimized clone AND always keep coding ❤️🙌