Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

johnbillion/wp-contributors-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-contributors-map

A Node.js server for generating a GeoJSON file of contributors to WordPress.

Want to run it yourself?

Install the necessary modules if you don't already have them:

npm install async

npm install cheerio

npm install geojson

npm install mathjs

Start the server:

node server.js

Hit up http://127.0.0.1:1337/. Give it a while because it's gotta do ~450 HTTP requests.

Observe your nicely formatted GeoJSON file.

About

A Node.js server for generating a GeoJSON file of contributors to WordPress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published