Skip to content

Making a open weather- one call API based website using Node.js

Notifications You must be signed in to change notification settings

Igaurav31/weatherForecast-Project

Repository files navigation

Weather Forecast Website


Project goal:

Making a simple weather forecast website which shows the weather of searched location.

Technology used:

  • NodeJs
  • Express
  • EJS View Engine
  • Openweathermap's Current weather API and One Call API 2.5

Features to be implemented in future

  • The homepage of the website is just blank so when opened, website should ask user for location and should show the current weather information on homepage
  • The website isn't dynamic yet.

How to use the project

  • Clone this repo: git clone https://github.com/Igaurav31/weatherForecast-Project.git
  • Install dependencies using npm javascript package manager: npm install
  • Start node server with nodemon: nodemon start
  • Tune to url:http://localhost:3000

Project Screenshots

wf1

wf2

wf3

wf4

wf5

Check the website deployed on heroku servers https://limitless-shelf-83830.herokuapp.com/ (Deployment no longer works as Heroku stopped offering free trial plans)

About

Making a open weather- one call API based website using Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published