A WordPress plugin that allows users to upload CSVs of addresses, geocode them, and then query them using a custom endpoint of the WordPress REST API.
This repository has been archived on 2025-09-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
dependabot[bot] ca0564a5f5 Bump yargs-parser from 13.1.1 to 13.1.2
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 16:15:53 -05:00
backend fix: geojson endpoint now returns pure geojson 2020-04-27 14:15:58 -05:00
frontend fix: uploading more than one file in a row now works 2020-04-27 13:38:02 -05:00
.gitignore Boilerplate completed. 2020-02-19 10:29:01 -06:00
address-mapper.php fix: geojson endpoint now returns pure geojson 2020-04-27 14:15:58 -05:00
babel.config.json Basic react setup. 2020-02-22 09:31:44 -06:00
composer.json fix: geojson endpoint now returns pure geojson 2020-04-27 14:15:58 -05:00
composer.lock fix: geojson endpoint now returns pure geojson 2020-04-27 14:15:58 -05:00
LICENSE Initial commit 2020-02-13 16:28:45 -06:00
package-lock.json Bump yargs-parser from 13.1.1 to 13.1.2 2020-09-09 16:15:53 -05:00
package.json Bump papaparse from 5.1.1 to 5.2.0 2020-09-09 16:13:12 -05:00
README.md Update README.md 2020-05-11 17:09:20 -05:00
webpack.config.dev.js Cache busting the enqueued JS files with a file hash. 2020-04-23 14:50:28 -05:00
webpack.config.prod.js Cache busting the enqueued JS files with a file hash. 2020-04-23 14:50:28 -05:00

Address Mapper WordPress Plugin

A WordPress plugin that allows users to upload CSVs of addresses, geocode them, and then query them using a custom endpoint of the WordPress REST API.