Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ The initial incarnation will be limited in output to email, but will be designed

USE

Users will be presented with 3 field inputs that will be used to construct a query against the DPLA API: Subject, Place, and Time. Users will also be prompted for their email address, which will be used as their system identifier for future visits.

FUTURE DEVELOPMENT
Once their query is constructed, they can set a frequency (Daily, Weekly, Monthly) and it will run on that schedule and email them the updated results. If the system returns no results, no email is sent.

FUTURE DEVELOPMENT

Future development should be centered around increasing the granularity/functionality of the front-end query design, adding fields and operators as they are added to the API. Additional destinations can be added by transforming the JSON and pushing to the service of choice.