fawazahmed0 / exchange-api

Free Currency Exchange Rates API with 200+ Currencies & No Rate Limits
https://github.com/fawazahmed0/exchange-api#readme
Creative Commons Zero v1.0 Universal
729 stars 46 forks source link

Reduce git repo size as historical data increases size of this repo #20

Closed fawazahmed0 closed 9 months ago

fawazahmed0 commented 3 years ago

jsdelivr caches the git repo , after someone requests the url through jsdelivr.

So curl all the urls for caching and then delete the date from git repo and run BFG cleanerto reduce git repo size, to avoid burden on github

or by adding date tag, we can access previous commits of same folder, without having to make datewise folder, but this will cause api design to change for accessing historical data