Web micro service for ORCID
#Installation:
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 &
#Configuration:
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
Content type
Image
Digest
Size
274.8 MB
Last updated
over 8 years ago
docker pull adsabs/orcid-service