Web micro service for ORCID
git clone https://github.com/adsabs/orcid-service
virtualenv python
pip install -r requirements.txt
vim orcid_service/config.py # edit edit...
python orcid_service/app.py &
The service needs to know few details
To check existing routes:
curl "http://127.0.0.1:5000/resources" | python -mjson.tool
For testing purposes, the application can be started with Flask-CORS activated (good for testing ajax requests; ie. directly from Bumblebee)
python orcid_service/cors.py