Inspiration

I wanted to try something new

What it does

Through html because I couldn't get the app part to work.

How I built it

<!DOCTYPE html> LA Hacks Use geofences

function myFunction() { var x = "Costco near you"; Radar.initialize(publishableKey: "prj_test_pk_f8191851b024109f2398aa0fd11617360bcbc10c"); Radar.trackOnce(function(status, location, user, events) { if (status === Radar.STATUS.SUCCESS) { if (user.place.chain.slug === 'costco') { document.write(x); } } else { var y = "not near a costco"; document.write(y); } }); }

Thanks!

Challenges I ran into

I was not able to make it completely functional, but I learned a lot by going through APIs of different resources through the hackathon.

Accomplishments that I'm proud of

I got a lot of the Google Cloud APIs down. I learned the workings of Firebase and ML. I explored different resources and tracks. I learned a lot of Radar.io implementation that was a bit difficult for someone who has not built any type of app.

What I learned

Everything I did this weekend was new for me, so I am glad I learned a lot.

What's next for Radar trial

Built With

Share this project:

Updates