An open API service indexing awesome lists of open source software.

https://github.com/mrtcode/identifier-resolve


https://github.com/mrtcode/identifier-resolve

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# identifier-resolve

Resolve an identifier by item metadata

## Setup
```
git clone https://github.com/zotero/identifier-resolve
cd identifier-resolve
npm i
```

## Deploy
```
cp lambda_config.env-sample lambda_config.env
# configure lambda_config.env
./lambda_deploy lambda_config.env
```