Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

53Lab/contributors-world-map-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 GitHub contributors world map by location (WIP)

Watch in a map the contributors to a given open source project in github based on its location.

JavaScript Style Guide PRs Welcome license

How this work ?

I built a small API that fetch from GitHub API the info needed from a given user/repository and save it. Then I mark on the Map the location field of the first 100 contributors to the repository selected. Yes, it's simple, it should be :)
I will eventually made public the API used as well.

Tips

  • Click the markers on the map to watch contributors info.

Contribute

  • Clone this repository:
    $ git clone https://github.com/53Lab/contributors-world-map-web.git
  • $ npm install
  • Run in local (dev mode against prod API):
    $ npm run start-prod
  • Run tests in local:
    $ npm test

Any contributions is welcome, better than open an issue, fix it yourself!

License

MIT © Julio C. Martin