Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltfschoen/skag_server
https://github.com/ltfschoen/skag_server
chrome-extension cors flask-api
Last synced: 21 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T11:58:55.000Z (over 7 years ago)
- Last Synced: 2024-10-19T16:00:09.518Z (2 months 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.txtexport FLASK_APP=server.py
flask runcurl -i "http://localhost:5000/"
curl -i "http://localhost:5000/api/v1.0/query?query=None&my_param=abc"
```