Skip to content

80Quattro/weather-on-road

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather On The Road

App main-page

Description

This app, created thanks to open source API's, shows, what is the weather on your road. Type start point and your destination to see, if on your road are any dangers like strong wind, black ice or precipitation. You can also see the weather in a few locations, which you will drive through.

How it works?

Thanks to Nominatim API, the app finds location based on users typed text. Two locations, (start point and destination point) are send to openrouteservice API, which track the route and answers with coordinates you should drive. App chooses a few coordinates and check the weather in them, using Open-Meteo API.

Tech-stack

ReactJS ES6 Axios Material UI React Hooks JSX

Installation

  1. Type your openrouteservice auth key to .env.example file and change it's name to .env
  2. Download all required dependencies
npm install
  1. Start app
npm start

About

This app, created thanks to open source APIs, can show you, what is the weather on road you plan to drive and dangers related to the weather that may occur on it.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors