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

https://github.com/kalebu/mtaa-example-with-flask

A minimal flask application showing you how to use mtaa in your web application
https://github.com/kalebu/mtaa-example-with-flask

flask-mtaa mtaa

Last synced: 6 months ago
JSON representation

A minimal flask application showing you how to use mtaa in your web application

Awesome Lists containing this project

README

          

# mtaa-example-with-flask

A minimal flask application showing you how you can use mtaa in your web application.

It uses JQuery to send requests to fetch locations from flask routes without refreshing the page

## Getting started

You need to clone the repository or download manually

```bash
git clone https://github.com/Kalebu/mtaa-example-with-flask
cd mtaa-example-with-flask
mtaa-example-with-flask -> python app.py
```

Assuming you already have installed flask on your machine, the app should be running at localhost:5000

## Issues

Facing any issue while running it, raise one and looking forward to fixing it as soon as I can

## Contribute ?

Wanna add something whether a typo, docs or code, just fork it

## Credits

All the Credits to [kalebu](https://github.com/Kalebu)