maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Create Trefle caching feature in database #71

Open maxlemieux opened 3 years ago

maxlemieux commented 3 years ago

Plant Detail lookups need to first check our local database, then if not found check Trefle's API for a specific plant, store it and then use the data for whatever we need it for (favorites, plant details pages, etc).

This is because Trefle has a 120 request per minute rate limit and we want to avoid spamming them.