WeatherPiea:app with Node.js,openweathermap & mapbox api
- express
npm i express
- hbs
npm i hbs
- request
npm i request
npm install
to install all dependencies- Run the app with
node src/app.js
ornpm run dev
- In browser search for
localhost:3000
- Make sure You have Node.js installed
- Get api keys from: openweathermap & mapbox
- change the url in files with your api keys