/WeatherPiea

Web app with Node.js,openweathermap & mapbox api

Primary LanguageJavaScriptMIT LicenseMIT

WeatherPiea:app with Node.js,openweathermap & mapbox api

Dependencies

  • express npm i express
  • hbs npm i hbs
  • requestnpm i request

Steps to use( In terminal)

  • npm install to install all dependencies
  • Run the app with node src/app.js or npm run dev
  • In browser search for localhost:3000

NOTE:

  • Make sure You have Node.js installed
  • Get api keys from: openweathermap & mapbox
  • change the url in files with your api keys

links