dkvc / pwcode

Get Latest Updates from PapersWithCode
https://pwcode.onrender.com/latest
Apache License 2.0
1 stars 1 forks source link

refactor: Check latest before storing latest papers #13

Closed dkvc closed 1 year ago

dkvc commented 1 year ago

If server API is updated with new papers but website is not updated, then there might be API calls which are redundant. By checking latest array, duplicate calls can be prevented.

dkvc commented 1 year ago

Since this is a single commit, rebase and merge is preferred.