adsabs / orcid-service

Web service for ORCID
MIT License
1 stars 10 forks source link

orcid-service

Web micro service for ORCID

Coverage Status

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