Skip to content

Ereja/HackYourWeather-Node.js-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackYourWeather

Simple backend application that displays current weather of chosen city.

Used API:

OpenWeatherMap API used to get all the weather data

NPM packages used:

Axios used for fetching data from OpenWeatherMap
Express for creating a server
Express Handlebars for rending HTML files from backend

Others:

CSS Flexbox for styling and making sure that application is fully responsive, without using media querries

Demo

Online Deployment of this project is available at HackYourWeather.

If you want to run this application on your machine:

To get started you can simply clone the repo, in the root folder create sources folder and inside it, create a keys.json file, with API key you can get from OpenWeatherMap ("API_KEY" = "Your key") and then install the dependencies in the root folder

Steps with NPM
Install npm install
Run node server.js

Open http://localhost:3000 to view it in your browser.

About

Application that displays the weather, created using Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors