add javascript ajax example

This commit is contained in:
David Lord 2018-04-12 11:06:02 -07:00
parent f7070de7d5
commit a894586ba8
21 changed files with 341 additions and 13 deletions

14
examples/javascript/.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
venv/
*.pyc
__pycache__/
instance/
.cache/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.idea/
*.swp
*~