https://github.com/eriknguyen/github-worldmap
https://github.com/eriknguyen/github-worldmap
github-api google-maps react
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eriknguyen/github-worldmap
- Owner: eriknguyen
- Created: 2018-02-14T15:03:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T20:30:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T03:40:47.812Z (about 1 year ago)
- Topics: github-api, google-maps, react
- Language: CSS
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub User World Map
*Simple webpage built with React and Google Map API and GitHub API*
## Up and Running
* Clone this repo
* Install dependencies
```
yarn
[or]
npm install
```
* Run dev server
```
yarn run start
[or]
npm run start
```
## To-be improved
* Consider changing to use native Google Maps API instead of using [`google-map-react`](https://github.com/istarkov/google-map-react) for better control of map components and more flexibility (Currently, the support for Google Maps - Places API is not good so it is done by native while the map itself and the marker are using `google-map-react`)
* Find a better way to get an __exhausted__ list of Github users based on location
* Change zoom level of the map for different countries