{"id":24489725,"url":"https://github.com/davidmensahedem/easycharge","last_synced_at":"2026-05-03T20:39:25.204Z","repository":{"id":271470309,"uuid":"913560926","full_name":"davidmensahedem/easycharge","owner":"davidmensahedem","description":"Toronto Vehicle Charging Location Finder","archived":false,"fork":false,"pushed_at":"2025-01-11T00:11:01.000Z","size":2638,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T11:49:44.695Z","etag":null,"topics":["fastapi","javascript","leafletjs","postgres"],"latest_commit_sha":null,"homepage":"https://www.loom.com/share/ee9e701a4f3546539b5df446723e35ae?sid=3f162912-a91d-4c8c-b520-308197cd771e","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidmensahedem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-07T23:28:51.000Z","updated_at":"2025-01-11T00:11:04.000Z","dependencies_parsed_at":"2025-01-08T00:31:35.076Z","dependency_job_id":"4b69e537-c0ea-4e7d-abaa-f6f68299570a","html_url":"https://github.com/davidmensahedem/easycharge","commit_stats":null,"previous_names":["davidmensahedem/easycharge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidmensahedem/easycharge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmensahedem%2Feasycharge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmensahedem%2Feasycharge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmensahedem%2Feasycharge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmensahedem%2Feasycharge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidmensahedem","download_url":"https://codeload.github.com/davidmensahedem/easycharge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmensahedem%2Feasycharge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32584644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","javascript","leafletjs","postgres"],"created_at":"2025-01-21T17:15:42.292Z","updated_at":"2026-05-03T20:39:25.077Z","avatar_url":"https://github.com/davidmensahedem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toronto Vehicle Charging Location Finder  \n\n## Overview  \nThe **Toronto Vehicle Charging Location Finder** is a web-based application designed to help users in Toronto locate nearby vehicle charging stations. It provides an interactive map where users can share their current location, select a number of charging stations, and receive suggestions for the closest stations.  \n\nThis project integrates modern web development tools and geospatial technologies to deliver a seamless user experience.  \n\n---\n\n## Features  \n- **Share Current Location**: Users can share their real-time location to find charging stations nearby.  \n- **Charging Station Selection**: Specify the number of nearby stations you wish to locate.  \n- **Optimized Proximity Search**: The app identifies and displays the closest charging stations based on the user’s location.  \n- **Interactive Mapping**: Smooth, interactive map interface with zoom, pan, and station markers.  \n- **Scalable Back-End**: Built with FastAPI for fast and reliable API handling.  \n- **Spatial Queries**: Efficient location processing powered by PostgreSQL with PostGIS extension.  \n\n---\n\n## Technology Stack  \n### Front-End:  \n- **LeafletJS**: For rendering and managing the interactive map.  \n- **JavaScript**: For implementing dynamic user interactions and map controls.  \n\n### Back-End:  \n- **FastAPI**: To handle API requests and location-based logic.  \n\n### Database:  \n- **PostgreSQL with PostGIS**: For spatial data storage and advanced location queries.  \n\n---\n\n## Installation and Setup  \n\n### Prerequisites:  \n- Python 3.8 or higher  \n- PostgreSQL with PostGIS extension  \n\n### Steps:  \n\n1. **Clone the Repository**:  \n   ```bash\n   git clone \u003crepository-url\u003e\n   cd easycharge\n   ```  \n\n2. **Set Up the Database**:  \n   - Install PostgreSQL and enable the PostGIS extension.  \n   - Create a database and populate it with charging station data using the provided scripts.  \n\n3. **Install Back-End Dependencies**:  \n   ```bash\n   pip install -r packages.txt\n   ```  \n\n4. **Start the Back-End Server**:  \n   ```bash\n   python app.py\n   ```  \n5. **Access the Application**:  \n   Open your browser and navigate to `http://127.0.0.1:5000`.  \n\n---\n\n## Usage  \n1. Open the application in your browser.  \n2. Share your location by clicking the \"Share Location\" button.  \n3. Specify the number of charging stations you want to find.  \n4. View the closest charging stations highlighted on the map.  \n\n---\n\n## Contributing  \nContributions are welcome! Please follow these steps:  \n1. Fork the repository.  \n2. Create a new branch:  \n   ```bash\n   git checkout -b feature-name\n   ```  \n3. Commit your changes:  \n   ```bash\n   git commit -m \"Add feature description\"\n   ```  \n4. Push to your branch:  \n   ```bash\n   git push origin feature-name\n   ```  \n5. Open a pull request.  \n\n---\n\n## License  \nThis project is licensed under the [MIT License](LICENSE).  \n\n---\n\n## Acknowledgments  \n- **LeafletJS** for the mapping library.  \n- **FastAPI** for the high-performance back-end framework.  \n- **PostgreSQL/PostGIS** for spatial data processing.  \n- Toronto residents for inspiring the use case.  \n\n---  \n\nFeel free to reach out for questions, suggestions, or contributions!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmensahedem%2Feasycharge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidmensahedem%2Feasycharge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmensahedem%2Feasycharge/lists"}