https://github.com/mrtcode/identifier-resolve
https://github.com/mrtcode/identifier-resolve
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtcode/identifier-resolve
- Owner: mrtcode
- License: other
- Created: 2018-10-12T06:01:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T09:46:34.000Z (about 7 years ago)
- Last Synced: 2025-01-23T23:32:08.605Z (12 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```