Skip to content

Commit

Permalink
package.json fix and minimal README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 4, 2024
1 parent c3177a0 commit 64654fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# OAI PMH Typescript

A TypeScript module for the Open Archives Initiative Protocol for Metadata Harvesting ([OAI-PMH 2.0](http://www.openarchives.org/OAI/openarchivesprotocol.html)). Use this module if you want to harvest metadata from OAI-PMH providers, e.g., [arxiv](http://arxiv.org/).

# Installation
```
npm install oai-pmh
```

documentation and usage coming soon
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "oai-pmh",
"name": "@nondef/ts-oai-pmh",
"version": "0.0.1",
"description": "OAI-PMH harvester module for nodejs - typescript refactor",
"main": "dist/index.js",
Expand Down

0 comments on commit 64654fa

Please sign in to comment.