Christos Karaneen
Results
3
issues of
Christos Karaneen
For an easy way to get title from doi, you can use something like https://github.com/fabiobatalha/crossrefapi and do: ```python from crossref.restful import Works works = Works() works.doi('...')['title'] ```
enhancement
1. Write unit tests 2. Write functional tests 3. Implement a workflow that runs the tests on every push or PR to assure that further changes to the project don't...
enhancement