Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miya0001/simple-map
- Owner: miya0001
- Created: 2012-05-31T19:21:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T09:20:37.000Z (over 6 years ago)
- Last Synced: 2024-04-14T22:12:24.925Z (7 months ago)
- Language: PHP
- Size: 1.15 MB
- Stars: 21
- Watchers: 9
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```