Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauravxlokhande/agriculture-empowerment-hackathon
Agricultural Empowerment: Offering farmers a one-stop solution for all agricultural needs. From real-time market insights and weather reports to curated information on seeds, fertilizers, and trending vegetables, our platform is designed for informed decision-making. Stay ahead with the latest news and tips etc...
https://github.com/gauravxlokhande/agriculture-empowerment-hackathon
agriculture farming impacthackathon lightning-web-components lwc salesforce salesforce-developers
Last synced: about 2 months ago
JSON representation
Agricultural Empowerment: Offering farmers a one-stop solution for all agricultural needs. From real-time market insights and weather reports to curated information on seeds, fertilizers, and trending vegetables, our platform is designed for informed decision-making. Stay ahead with the latest news and tips etc...
- Host: GitHub
- URL: https://github.com/gauravxlokhande/agriculture-empowerment-hackathon
- Owner: gauravxlokhande
- License: gpl-3.0
- Created: 2023-12-20T04:24:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T09:39:00.000Z (8 months ago)
- Last Synced: 2024-07-29T23:03:18.538Z (5 months ago)
- Topics: agriculture, farming, impacthackathon, lightning-web-components, lwc, salesforce, salesforce-developers
- Language: HTML
- Homepage: https://gauravlokhande-dev-ed.develop.my.site.com/AgricultureEmpowerment
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agricultural Empowerment - Nurturing Growth, Empowering Farmers. (Winner Of Global level Salesforce Impact Hackathon 2024)
![46](https://github.com/gaurravlokhande/Agriculture-Empowerment-Hackathon/assets/119065314/37576783-48d1-48c4-bdcd-6db466399834)
![clideo_editor_20407ea2111c4d51809f6018bec152c1-ezgif com-optimize (1)](https://github.com/gaurravlokhande/Agriculture-Empowerment-Hackathon/assets/119065314/97a40a1f-94c0-42d1-8944-8691fe121aa1)
[Visit our website](https://gauravlokhande-dev-ed.develop.my.site.com/AgricultureEmpowerment/s/)
At Agricultural Empowerment, our dedicated platform offers a comprehensive solution for farmers, addressing all their agricultural needs. We provide valuable market insights, presenting real-time vegetable prices specific to each city, along with maximum and minimum rates for informed decision-making. Our detailed weather reports enable effective farm planning, ensuring crops thrive under optimal conditions. Farmers can discover a curated list of seasonal seeds and fertilizers, making educated choices for their crops' well-being. Stay updated on market trends with information on trending vegetables and contribute to the farming community through our public feedback system. Our news and tips section keeps farmers ahead in the field, offering the latest agricultural news and valuable insights. For continuous learning, our training and support page provides expert guidance through season-specific materials and informative YouTube videos. We value farmer input and encourage sharing thoughts, suggestions, and experiences through our anonymous feedback page to continually enhance our platform and better serve the agricultural community.
## Technical Document: [Technical Document.pdf](https://github.com/gaurravlokhande/Agriculture-Empowerment-Hackathon/files/13852710/Technical.Document.Agriculture.Empowerment.pdf)
## PPT : [Agriculture Empowerment PPT.pptx](https://github.com/gaurravlokhande/Agriculture-Empowerment-Hackathon/files/13852689/Agriculture.Empowerment.PPT.pptx)
# API USED
## 1. For Weather API
```
https://api.weatherapi.com/v1/current.json?key=6388b321ff7a4f239de125943230612&q=${currentLocation.latitude},${currentLocation.longitude}`;
```
## 2. For Get Current User City API
```
https://api.api-ninjas.com/v1/reversegeocoding
```## 3. For Agriculture Data API
```
https://api.data.gov.in/catalog/6141ea17-a69d-4713-b600-0a43c8fd9a6c?api-key=579b464db66ec23bdd000001be46e8b8b04c4b746f8c908419d2c4e3&format=json&limit=1000&filters%5Bdistrict%5D=${this.selectedLocation}&filters%5Barrival_date%5D=${formattedDate}`;
```