kilimchoi / coingenius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application should not hit external services on every page reload

timurkhafizov opened this issue · comments

api_coins.each do |api_coin|

what we currently have is a hack but the aim of it was to create any new coins from the api. Instead, we should have a worker that creates any new coins every day by hitting this endpoint.