Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eriknguyen/github-worldmap
https://github.com/eriknguyen/github-worldmap
github-api google-maps react
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eriknguyen/github-worldmap
- Owner: eriknguyen
- Created: 2018-02-14T15:03:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T20:30:50.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T08:41:02.892Z (3 months 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