# github-file-browser **Repository Path**: mirrors_mapbox/github-file-browser ## Basic Information - **Project Name**: github-file-browser - **Description**: browse through github geojson files in repositories and gist - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## github-file-browser A 'minimal' file browser for geospatial files on GitHub. ### example ```js d3.select('.browser').call(browse.gistBrowse(token) .on('chosen', function() { console.log('chosen', arguments); })); ```