Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miya0001/simple-map

Display Google Map Shortcode for WordPress
https://github.com/miya0001/simple-map

Last synced: 22 days ago
JSON representation

Display Google Map Shortcode for WordPress

Awesome Lists containing this project

README

        

# Simple Map

[![Build Status](https://travis-ci.org/miya0001/simple-map.svg)](https://travis-ci.org/miya0001/simple-map)
[![](https://img.shields.io/wordpress/plugin/dt/simple-map.svg)](https://wordpress.org/plugins/simple-map/)
[![](https://img.shields.io/wordpress/v/simple-map.svg)](https://wordpress.org/plugins/simple-map/)
[![](https://img.shields.io/wordpress/plugin/r/simple-map.svg)](https://wordpress.org/plugins/simple-map/)

* https://wordpress.org/plugins/simple-map/

## Contributing

```
$ git clone https://github.com/miya0001/simple-map
$ cd simple-map
$ bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
$ npm install
$ npm run build
```

### Running automated testing:

`npm test` runs `npm run build` and `phpunit` and `grunt test`.

```
$ npm test
```