Sponsors and tags (#22)

* brand -> manufacturer

* clean up

* add donation page

* display manufacturer first, brand for backward compat
This commit is contained in:
Will Freeman
2024-12-16 12:29:24 -07:00
committed by GitHub
parent 6dff9cb2c8
commit cce969e6ba
15 changed files with 207 additions and 18 deletions
+5
View File
@@ -65,6 +65,11 @@ export const getALPRs = async (boundingBox: BoundingBox) => {
return response.data;
}
export const getSponsors = async () => {
const response = await apiService.get("/sponsors/github");
return response.data;
}
export const getALPRCounts = async () => {
const s3Url = "https://deflock-clusters.s3.us-east-1.amazonaws.com/alpr-counts.json";
const response = await apiService.get(s3Url);