These are just some small demos using JavaScript libraries and technology.
Notes
- The Google Maps and Bootstrap examples are self contained (css and JavaScript are called from CDN).
- The require JS library has some elements relative to the folder, as well as CDN use.
- Please do not add any demos that require running npm scripts, or if you do, include the package.json and then runing instructions on the html demo page.
Here are the demos running on a server:
- Basic YQL: https://jenntesolin.com/demos/basic.html
- cData Example: https://jenntesolin.com/demos/cdata_blog_example.html
- With Font Awesome: https://jenntesolin.com/demos/fontawesome_bootstrap3.html
- With Bootstrap 3 (many in one modal): https://jenntesolin.com/demos/multi-map_bootstrap3.html
- With Bootstrap 3 (one in one modal): https://jenntesolin.com/demos/single-map_bootstrap3.html
- With Bootstrap 2 (many in one modal): https://jenntesolin.com/demos/multi-map.html
- With Bootstrap 2 (one in one modal): https://jenntesolin.com/demos/single-map.html
- With Google Maps and Bootstrap: https://jenntesolin.com/demos/requirejs.html
Feel free to open an issue and pull request.