This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
Implement a request counter to keep track of free usage #34
Labels
api
The API data sources we use
enhancement
help wanted
ToDo
Things that will be done, eventually. PR welcome!
I suggest we implement a request counter to keep track of the number of GA requests that has been made, so that the users do not exceed their free quota of
~240 requests/month
.When the GA request is understood and processes, it returns a
done:true
, that we could use.This value need to be:
./assets/googleRC.dat
.gRQC = this.googleRequestCounter
showGRC: true
.The text was updated successfully, but these errors were encountered: