Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ltfschoen/skag_server


https://github.com/ltfschoen/skag_server

chrome-extension cors flask-api

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

* Links
* CORS - https://stackoverflow.com/questions/26980713/solve-cross-origin-resource-sharing-with-flask
* AdWords API Client Libraries - https://developers.google.com/adwords/api/docs/clientlibraries

* TODO
* Fix CORS so not *

```
pip install -r requirements.txt

export FLASK_APP=server.py
flask run

curl -i "http://localhost:5000/"
curl -i "http://localhost:5000/api/v1.0/query?query=None&my_param=abc"
```