/Speedometer

A simple speedometer I made using React-Native

Primary LanguageJavaScript

Speedometer

A simple speedometer I made using React-Native. It was a super quick POC, so that's why all the code is in App.js

Features

  • Uses your geolocation to calculate your current speed
  • Retrieves speed limit info. from HERE API
  • Side by side comparison of your speed and the speed limit
  • (Relatively) clean, nice looking UI

Made possible by:

  • HERE API
  • react-native-geolocation