https://github.com/ltfschoen/skag_server
https://github.com/ltfschoen/skag_server
chrome-extension cors flask-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ltfschoen/skag_server
- Owner: ltfschoen
- License: gpl-3.0
- Created: 2017-06-28T11:58:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T11:58:55.000Z (almost 9 years ago)
- Last Synced: 2025-02-02T03:43:25.824Z (over 1 year ago)
- Topics: chrome-extension, cors, flask-api
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
```